html{
    font-size: 18px;
}
body{
    background-image: url(../img/bg.svg);
    background-attachment: fixed;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}
.stradow-main{
    text-align: center;
    margin: 10vh 0;
}
.stradow-main .stradow-image{
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, 0.4));
}
.stradow-main h1{
    color: #FFF2DB;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3rem;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
    margin-top: 0;
    margin-bottom: 1rem;
}
.stradow-main h2{
    color: #FFAB5B;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
    margin-top: 0;
    margin-bottom: 4rem;
}
.stradow-main-links a{
    color: #8FD14F;
    font-weight: bold;
    margin: 0 1rem;
    text-decoration: none;
    border-radius: 1rem;
    border: 3px solid #8FD14F;
    display: inline-block;
    padding: 1rem 2rem;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
    transition: 0.5s all;
}
.stradow-main-links a.stradow-link-default{
    color: #FFF2DB;
    border-color: #FFF2DB;
}
.stradow-main-links a:hover{
    border-color: #FF6600;
    color: #FF6600;
}
.stradow-copy{
    padding: 3rem 0 0;
    color: #d2d2d2;
    font-size: 0.8rem;
}