
body{
    font-family: monospace;
}

.title {
    border: groove;
    color: green;
}

h1, h2, h3{
    color: navy;
    text-align: justify;
}

.welcome{
    margin: auto;
    width: 500px;
}

#aboutme{
    border: dotted;
    width: 400px;
    margin: auto;
    position: relative;
    text-align: center;
    font-weight: bolder;
}

img{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#ggb{
    position: absolute;
    margin-left: 100px;
}

#bk{
    position: relative;
    margin-right: 100px;
}

dl, dt, dd{
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right:auto;
}

#favorites{
    text-align: center;
}
table, tr, td{ 
    margin-left: auto;
    margin-right: auto;
    border:1px solid black;
    background-color: #7da9f0;
}

table:hover{
    background-color: darkviolet;
}

