h1{color:rgb(185, 136, 185);
    text-align: center;
    font-size: 55px;
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
body{background-color: black;
    font-family: fantasy;
    border-style: dotted;
    border-color: white;
    border-width: 50px;
}
.a{color: white;
    text-align: center;
    font-size: 15px;
    line-height: 10px;
}
.b{color:rgb(185, 136, 185);
    text-align: center;
    font-size: 15px;
    line-height: 10px;
}
#yr{color: white;
    font-size: 20px;
}