*{
    font-family: Kanit, Tahoma, Geneva, Verdana, sans-serif;
}
body {
    background-color: #404A65;
}

.author-info {
    color:#ECEDF0;
    text-align: center;
}

h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #ECEDF0;
    text-align: center;
    text-shadow: 4px 0.1px 0px #35383f;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #35383f;
    letter-spacing: -2px;

}

h2 {
    color: #ECEDF0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-top: -2rem;

}
p{
    color: #ECEDF0;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-top: -2rem;
}

#start {
    display: block;
    margin: auto auto;
    background-color: #1F6FB0;
    border-radius: 10px;
    margin-top: 4rem;
    width: 165px;
    height: 50px;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 6px #35383f;
}
#start:hover {
    background-color: #ffc904f8;
    box-shadow: 0 4px 12px #35383f;
}

#start:active {
    background-color: #947e06;
    box-shadow: 0 1px 3px #35383f;
}


.button-text {
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;

}
.shadow  {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.front{
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

#coin-side {
    color: #ECEDF0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}