.main-box{
    width: 80%;
    margin: auto;
}
#s1,#s2,#s3{
    text-shadow: 1px 1px 2px black;
}
#s1{
    color: gold;
}
#s2{
    color: rgb(239, 223, 223);
}
#s3{
    color: brown;
}
p{
    font-size: x-large;
}
a{
    color: rgb(133, 103, 211) !important;
}
a:hover{
    color: white !important;
}
.text-box{
    margin-top: 100px;
    margin-bottom: 100px;
}