/* Got style? = _< */
h1{
    color: white;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}
h2{
    color: white;
}
h3{
    color: white;
    margin-left: 10%;
    margin-right: 10%;
}
body, html {
    height: 100%;
    margin: 0px;
    text-align: center;
}
.textBox{
    border: 8px outset rgb(187, 16, 187);
    text-align: center;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    background-color: rgba(0, 0, 0, 0.5);
    }
.mainArea{
    min-width: none;
    right: 240px;
}
a:link, a:visited {
    color: white;
    text-align: center;
    background-color:   rgb(146, 20, 146);
    padding: 14px 25px;
    text-decoration: none;
    display: inline-block;
    border: 8px outset rgb(187, 16, 187);
}
a:hover, a:active {
    background-color: rgb(219, 54, 219);
}
hr{
    color: rgb(187, 16, 187);
}
.semiTB{
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    border-top: 8px solid rgba(187, 16, 187);
   
}
hr{
    color: rgba(187, 16, 187);
    margin-left: 10%;
    margin-right: 10%;
}
/* THIS IS YOUR BODY */
p{
    color: white;
    text-align: left; 
    margin-left: 10%;
    margin-right: 10%;
    font-size: 16px;
}