body {
    background-size: 20px 20px;
    background-color: #292d35;
    font-family: "maven pro", calibri, consolas;
    color: #ffffff;
    margin-top:auto;
    margin-left: auto;
    margin-bottom: auto;
}
.title{
    width: 40%;
    height: auto;
    margin-top: 20px;
    border-color: #151515;
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    filter: drop-shadow(3px 4px  #151515);
    align-content: center;
    text-align: center    
}
.mainDiv
{
    width: 70%;
    height: auto;
    margin-top: 20px;
    border-color: #151515;
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    align-content: center;
    text-align: center
}.mainDiv2
{
    width: 70%;
    height: auto;
    margin-top: 20px;
    border-color: #151515;
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    align-content: center;
    text-align: right
}
a:link{
    color: #ffffff;
}
a:visited{
    color: #ffffff;
}
.buttonstyle1:hover{
    border-color: #ffffff;
    border-radius: 25px;
}
.buttonstyle1 {
    cursor: pointer;
    color: #ffffff;
    font-family: "maven pro", calibri, consolas;
    width: 210px;
    height: auto;
    background-color: #3f2c2c;
    font-size: large;
    text-align: center;
    margin-left: 30px;
    border-radius: 25px;
    border-color: transparent;
    padding: 9px;
    display:inline;
}
.buttonstyle2 {
    color: #ffffff;
    font-family: "maven pro", calibri, consolas;
    width: 30%;
    height: auto;
    background-color: #1b1e22;
    font-size: large;
    text-align: center;
    margin-left: 30px;
    border-radius: 25px;
    border-color: transparent;
    padding: 9px;
    display:inline;
}