body {
    background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}

#begintext {
    color: black;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    font-size: 2vw;

    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@keyframes frombottom {
    0% {
        transform: translateY(100px);
    }

    60% {
        transform: scaleY(0px)
    }
}

@keyframes fromtop {
    0% {
        transform: translateY(-300px);
    }
}

@keyframes fromleft {
    0% {
        transform: translateX(-300px);
    }
}

@keyframes fromright {
    0% {
        transform: translateX(300px);
    }
}

@keyframes fromunder {
    0% {}

}


#pairgame {
    font-size: 70px;
    font-weight: bold;
}

#arrow-down {
    width: 40px;
    margin-bottom: -5px;
}

#download {
    font-size: 30px;
    border-radius: 20px;
    padding: 20px;
    border: 0;
    cursor: pointer;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;    

}

#name {
    display: flex;
    font-size: 25px;
}
#by{
    font-size: 25px;
}

#download:active {
    transform: translateY(2px);
}

#about {
    color: black;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center;
    text-align: center;
    font-size: 27px;
    font-weight: bolder;
}

#journey{
    color: black;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center;
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
}

#journeylink{
    color: blue;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center;
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
    display: flex;
}

.breakers{
    color: black;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    display: flex;    
}

.redones{    
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    color: red;
}
.blackones{
    color: black;
}


#imagesgame {
    color: black;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center;
    text-align: center;
    font-size: 27px;
    font-weight: bolder;
}

#level1,#level2{
    width: 400px;
    border: 2px solid black;
}

#imagediv{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#level2{
    margin-left: 25px;
}

#footer{
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: center;
}

@media screen and (max-width:854px) {
    .breakers{
        overflow-x: hidden;
    }
}