.frame1 {
    position: fixed;
    align-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(255, 141, 48);
}