.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;
}

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

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

.writingcontent{
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
text-shadow: 2px 2px 4px #000000;

}

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

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

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

.writingcontentfinishing{
    font-size: larger;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
text-shadow: 2px 2px 4px #000000;

}