body{
    background-color: #393434;
    color:#7e7575
    
}
h2{
    text-align: center;
}
p{
    text-align:center;
}
a{
    text-align:center;
}
#subtitle{
    margin: 0 auto;
    justify-content: center;

}
#button{
    text-decoration: none;
    color:#7e7575;
    background-color:#1e1d1d;
    border-radius: 5px;
    height:20px;
    width:150px;
    margin:5px;
   
}
#text{
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction:column;
}