body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #000001, #0d0d0d);
    font-family: 'Afacad', sans-serif;
    font-family: 'Montserrat', sans-serif;    
    color: white;
}
body::-webkit-scrollbar{
    display: none;
}
h1{
text-align: center;
}

#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#pages {
    margin: 25px 10px 0px 10px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

span{
    color: #ed283a;
}