body {
    background-color: #36393e;
    color: #8e72da;
    justify-content: center;
}

#logo {
    width: 50px;
    height: 63px;
}

img {
    max-width: 20vh;
    border-radius: 10%;
}

nav {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

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

h2 {
    color: #8e72da;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    align-items: center;
    justify-content: center;
}

div {
    background-color: #424549;
    border-radius: 2%;
    min-width: 45%;
    align-items: center;
    align-content: center;
    text-align: center;
    /* border: 2px solid red; */
}

#content {
    /* border: 2px solid red; */
    width: 90%;
    display: flex;
    flex-direction: row;
    gap: 5%;
    background-color: #282b30;
    padding: 2%;
    margin: auto;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #282b30;
    margin: 1em 0;
    padding: 0;
}

h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: xx-large;
}
