
body {
    font-family: 'Montserrat', sans-serif;
    background-color: darkgray;
    color: white;
}

.container img {
    margin: 10px 0;
    width: 70%;
}
.details li{
    color: #ccff00;
    font-size: 1.35rem;
    list-style: none;
    text-align: left;
}

.details .delays{
    color:#000000;
    font-size: 1.25rem;
    list-style:circle;
}


.cSoon {
    width: 60%;
}

li a {
    color: inherit;
    text-decoration: none;
}

li a:hover {
    color: #ccff00;
}   