html, body {
    font-family: Bahnschrift;
    text-align: center;
    margin: 0;
    height: 100vh;
    background-image: url('out.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    text-align: center;
}

img#logo {
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

img#scroll {
    position: absolute;
    width: 4%;
    height: auto;
    bottom: 50px;
}

img#in {
    margin: 50px;
    width: 35%;
    height: auto;
    float: right;
}

#text {
    font-size: 28px;
    margin: 50px;
}

#textbox {
    border-radius: 25px;
    position: absolute;
    font-size: 28px;
    background-color: #FFFFFF25;
    backdrop-filter: blur(5px);
    width: 50%;
    height: 50%;
    left: 25%;
    top: 125%;
    box-shadow: 0px 0px 50px black;
}

b {
    position: absolute;
    right: 7%;
    top: 35%;
    color: white;
    text-shadow: 0px 0px 10px black;
}

#s1 {
    background-color: #252525;
    color: #FFFFFF;
    height: 100vh;
}

#s2 {
    height: 100vh;
}

#s3 {
    background-color: #252525;
    color: #FFFFFF;
    height: 100vh;
}

footer, p#footer {
    padding: 0;
    margin: 0;
    background-color: #252525;
    color: white;
}