.PageHead {
    font: bold;
    font-size: 40px;
    text-align:center;
    margin: 50px;
    color: wheat;
}
.MiniHead {
    font: bold;
    font-size: 20px; 
    margin: 40px;
    color: wheat;
}
.SimplePageLink:hover {
    color: lightgreen;
    font-size: 15px;
    transition: 500ms;
}
.SimplePageLink {
    color:lightblue;
    font-size: 15px;
    border-radius: 10px;
}
.Info-Icon {
    margin: 15px;
}





body {
    background-color:black;
    color:wheat;
    font: bold;
    font-family: Arial, Helvetica, sans-serif;   
}
p {
    font: bold;
    color: wheat;
}
.dev {
    font: bold;
    color: darkgray;
    font-size: 15px;
}
