
* {
    text-align:center;
    align-items:center;
    font-size: 25px;
}

.box {
    
    width:50vw;
    background-color:rgb(250, 255, 173);
    margin-top:1%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:2%;
    font-size: 2vw;
    border-style:solid;
    border-width: 2px;
    border-radius: 10%;
    border-color:rgb(0, 0, 117)

        
}


td { text-align: left;}


.title {

    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande';
    color:darkmagenta;
    font-size: 60px;
    text-align:center;
}
.topHeader {
    background-color:rgb(172, 238, 255);
    padding:5%;
    margin:5%;
    border-radius:20%;
    align-items: center;

}

.bigRed {

    border:10px;
    padding: 40px;
    font-size: 30px;
    font-style: bold;
    font-family: Arial;
    color: black;
    background-color: red;
    border-color: red;
    border-radius: 100%;
    box-shadow: 0 8px 16px 0 black;
}
.bigRed:hover {
    background-color: #910000;

}
.buttonA {

    border: 4px;
    border-style:groove;
    border-color:palegreen;
    background-color:palegreen;
    font-style:bold;
    font-size:20px;
    margin-top:2px;
    margin-bottom:2px;
    margin-left:10px;
}



a {
    font:black;
}

.tableclass {
    padding: 20px 40px;
    font-size:20px;

}


.advert {

    margin:2px;
    border-style:solid;
    border-color:black;
    border-width:1px;
}

