/*Stylesheet for my website */
body {

    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}

.index{
    color:rgb(239, 216, 187);
}

.index a{
    color:rgb(244, 234, 223);
    font-weight:bold;
}

#version {
    font-size: 75%;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;



}



.menu {
    text-align:center;
    margin:auto;
    color:rgb(225, 126, 60);
    font-size: larger;
}

/* unvisited link  */

.menu a:link {
    color: rgb(240, 195, 103);
    text-decoration: none;
}


/* mouse over link */
.menu a:hover {
    color: rgb(239, 237, 245);
    text-decoration: underline overline dotted rgb(224, 225, 232);
}

.menu a:visited {
    color:rgb(240, 200, 129);
}

ol a:hover{
    color:rgb(78, 76, 73);
}

.row{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.size{
    /* <!--width: 40%;-->  */
    width: 40%;
    height: auto;
}

.p-size{
    width: 200px;
}

