*{
    background-color: black;
    color: white;
    font-family: "Coming Soon";
}
.coming-soon-regular {
    font-family: "Coming Soon", cursive;
    font-weight: 400;
    font-style: normal;
}
body{
    font-size: 20px;
}
.image{
    box-shadow: 0px 0px 5px 3px rgb(255, 255, 255);
    border-radius: 15px;
    display: block;
    margin: auto;
}
h5{
    text-align: center;
}
p{
    text-align: center;
}
a{
    text-decoration: underline;
    color: white;
}
a:hover{
    color: rgb(220, 220, 220);
}