.snav{
    align-content: center;
    text-align: center;
    margin-left:6%;
    margin-bottom:50px;
}

.main {background-color:#a095ab;
    margin-left: 20%;
    margin-right: 20%;
    color:#9d1934;
    font-size:21px;
    border-radius: 30px;
    padding:20px;
    margin-bottom: 80px;
    font-weight:350;
    text-shadow:1px 0 0 #000;
}

a {
    font-size: 25px;
    background-color:#a095ab;
    border-radius: 30px;
    float:left;
    color: #9d1934;
    margin:-20px;
    padding:17px;
    font-weight:350;
    text-shadow:1.9px 0 0 #000;
    }

h1{color:#9d1934;
    background-color:#a095ab;
    text-align:center;
    border-radius: 15px;
    padding:20px;
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 40px;
    font-weight:350;
    text-shadow:1.5px 0 0 #000;
}
body{
    background-image:url(https://i.imgur.com/HBCZTRZ.png);
    }

article {font-size: 25px;
    background-color:#a095ab;
    border-radius: 30px;
    float:left;
    color: #9d1934;
    margin-right: 50px;
    margin-left: 50px;
    padding:22px;
    font-weight:350;
    text-shadow:1.9px 0 0 #000;}