p{
    margin: 20px;
    font-size: 26px;
    text-align: justify;
    color: #e0e0e0;
}
body{
    background-color: #272d2d;
}
h1{
    color: #e0e0e0;
    overflow: hidden;
    font-size: 80px;
    font-weight: bold;
    margin-left: 180px;
}
div{
    background-color: #99002e;
    height: 100px;
}
.logo{
    width: 100px;
    float: left;
    margin: 17px;
}
.p{
    width: 40%;
    margin: 50px;
    float: right;
}
h2{
    font-size: 80px;
    font-weight: bold;
    overflow: hidden;
    color: #e0e0e0;
}
h3{
    text-align: right;
    font-size: 35px;
    font-weight: bold;
    color: #c2bbc4;
}
a{
    text-align: center;
    font-size: 50px;
    color: #948b97;
    border-color: #6d666f;
    border-style: double;
    border-radius: 40px;
    padding: 10px;
    margin-left: 35%;
}
