.menustyle{
    padding: 10px;
    font-size: larger;
    text-shadow: 4px 4px 6px #1d1027;
    font-family:serif;

}
.logostyle{
    padding: 10px;
    font-size: xx-large;
    background-color: rgb(28, 30, 41);

    font-family: 'Times New Roman', Times, serif;
}
body{
    background-color: rgb(43, 47, 65);
    color:white ;
}
.contenttable{
    text-align: center;
    font-size: large
    
}
.contenttable img{
    width: 180px;
    padding: 5px;
}

.shadowimage{
    box-shadow: 4px 4px 6px #1d1027;
}

.contentimage{
    width: 800px;
    border:10px solid rgb(21, 20, 37);
}

a{
    color:white ;
    text-decoration: none;
}

.pagemarker{
    background-color:#664c7a;
    width: fit-content;
}

.myfont{
font-family:'Times New Roman', Times, serif;
}

div{
    background-color:#372b40;
    box-shadow: 5px 5px 5px #1d1027;
    width: 50%;
    height: 80px;
    font-size: xx-large;
    vertical-align: middle;
    text-align: center;

   
}

div:hover{
    box-shadow: 0px 0px 40px #8f36d3;
}
