html, body {
    margin:0px;
    padding:0px;
    background-image: url("imgs/white-grey-tile-wall-high-resolution-wallpaper-brick-seamless-texture-interior-background.jpg");
}
hr {
    border-radius:10px;
    border:1px solid #21004a;
    height:2;
    background-color:#5f04d1;
}
.MainBody{
    box-shadow:2px 2px 10px #021b36;
    color:white;
    text-shadow:2px 2px 2px #000;
    background-color:#88c0fc;
    margin:0px auto 0px auto;
    padding:25px;
    width:50%;
    border-bottom-left-radius:50px;
    border-bottom-right-radius:50px;
    border-right:2px groove #e3faf9;
    border-left:2px groove #e3faf9;
    border-bottom:1px groove #e3faf9;
}
.SubDivs{
    margin-top:25px;
    padding:10px;
}
.SocialLinks {
    transition:.5s ease;
    margin:10px;
}
.SocialLinks:hover {
    opacity:0.3;
}