@font-face {
    font-family: CreatoDisplay;
    src: url('../CreatoDisplay-Black.otf');
}
:root{
    background-color: #080808;
    color: whitesmoke;
    font-family: CreatoDisplay;
}

.container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.jcookie{
    height: 4rem;
    width: 4rem;
}