body {
    background-image: url('/files/assets/music/img/landingpage_bg3.webp');
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

/* styles for the landing page */
h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
}

h2 {
    color: white;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

h3 {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

h4 {
    color: white;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}

h5 {
    color: white;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
}

h6 {
    color: white;
    text-align: center;
    font-size: 5px;
    margin-top: 20px;
}

/* styles for the animated gif */
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    animation: fadeIn 2s ease-in-out;
}

/* styles for the buttons */
button {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/* styles for the footer */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* styles for the links */
a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* styles for screens */
.gif-style1,
.gif-style2,
.gif-style3,
.gif-style4 {
    position: fixed;
    top: 550px;
    width: 225px;
    height: 190px;
    border-radius: 8px;
    overflow: hidden;
    background-size: contain;
    z-index: -1;
}

.gif-style1 {
    background-image: url('/files/assets/music/img/gifs/screens/synthcascascade.webp');
    /* background-position: 0px 0px; */
    background-size: 145%;
    left: 400px;
}

.gif-style2 {
    background-image: url('/files/assets/music/img/gifs/screens/gopnikkid1.webp');
    background-position: -25px 0px;
    background-size: 115%;
    left: 688px;
}

.gif-style3 {
    background-image: url('/files/assets/music/img/gifs/screens/robotband1.webp');
    /* background-position: 0px 0px; */
    background-size: 100% 104%;
    left: 1010px;
}

.gif-style4 {
    background-image: url('/files/assets/music/img/gifs/screens/flyingtoasters.webp');
    background-position: 0px 0px;
    background-size: 122%;
    left: 1400px;
}

.gif-style5 {
    background-image: url('/files/assets/music/img/archives_sign.gif');
    position: fixed;
    top: 240px;
    left: 1400px;
    width: 425px;
    height: 290px;
    background-size: contain;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: -1;
}

.gif-style6 {
    background-image: url('/files/assets/music/img/back_sign.gif');
    position: fixed;
    top: 70px;
    left: 40px;
    width: 300px;
    height: 240px;
    background-size: contain;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: -1;
}

.gif-style7 {
    top: 800px;
    left: 1526px;
}

.gif-style8 {
    top: 800px;
    left: 380px;
}