
body {
    min-height: 100vh;
    max-width: 800px;
    margin: 0 auto;
    padding: 1em;
    border-left: solid rgba(13, 16, 37, 0.541);
    border-right: solid rgba(13, 16, 37, 0.541);
    background-color: rgb(7, 7, 27);
}

td {
    border-left:solid 3px;
    
}
#about1, #about2 {
    border-right: solid 3px;
}

table {
    text-align: center;
    font-size: 20px;
    padding-left: 14em;
    padding-right: 13em;

}

#foot {
    padding-left: 16em;
}

#top {
    width: 2em;
}

#td1 {
    width: 100px;
}

h1 {
    text-align: center;
    font-size: 5em;
    color: rgba(255, 255, 255, 0.616);
}

h2 {
    text-align: center;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

p {
    font-size: 20px;
    color:rgb(255, 255, 255, 0.616)
}

#intropara{
    color:aliceblue;
    font-weight:500px;
    text-align: center;
}

a {
    color:rgb(148, 148, 148);
    text-decoration:none;
}

a:hover, a:focus  {
    color:gold;
    background-color: rgba(61, 60, 61, 0.336);
}

ul {
    list-style: circle;
}

#emmy {
    color:rgb(0, 0, 0);
    font-size: 25px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

.gold a:hover {
    color:gold;
}

#intro {
    background-image:url(gold\ background.png) ;
    width: 50em;
    background-position:center;
    background-size: 40em;
}

#footer {
    background-image:url(gold\ background.png) ;
    width: 50em;
    background-position:center;
    background-size: 40em;
}

#a {
    align-items: end;
}

#b {
    align-content:center
}
.IG {
    color:rgb(255, 255, 255);
}

button {
    padding-left: 3em;
    padding-right: 3em;
    font-style: italic;
    font-weight: 900;
    font-family: sans-serif;
}