main{
    margin-left: 5px;
    border:2px solid grey;
    width:1000px;
    height:1000px;
}
h1{
    text-align:center;
    font-size: 2.6em;
}
h2{
    text-align:center;
    font-style:italic;
    font-weight:normal;
    font-size: 2em;
    margin-top:300px;
}
p{
    text-align:center;
    font-size: 2em;
    margin-top:200px;
    font-weight:bolder;
}
a{
    box-shadow:none;
    text-decoration:none;
}