* {
    overflow: hidden;
}

body {
    background: url("../img/bg.webp")center no-repeat;
    background-size: cover;
}

#card {
    display: none;
}

#background_animations {
    position: fixed;
    bottom: -1000px;
    left: -1000px;
    background: #EB1F28;
    width: 500px;
    height: 500px;
    transform: rotate(45deg);
    z-index: 4;
}


.info_page {
    height: 100px;
    color: white;
    background: yellowgreen;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 60;
}
 
#background_animations3 {
    position: fixed;
    bottom: -1000px;
    left: -1000px;
    background: #D9DAD9;
    width: 800px;
    height: 800px;
    transform: rotate(45deg);
    z-index: 3;
}

#background_animations2 {
    position: fixed;
    bottom: 0;
    bottom: -1550px;
    background: #2A2E31;
    width: 100%;
    height: 100px;
    z-index: 2;
}

#background_animations4 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.801);
    z-index: 1;
}

.todo {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 100;
}

.centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
