* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #242424;
}

h1 {
    font-family: "Lato", sans-serif;

    text-align: center;
    color: wheat;
    margin: 5px 0px;
}

h2 {
    font-family: "Lato", sans-serif;

    text-align: center;
    color: #d85555;
    margin: 5px 0px;
}

p {
    padding-top: 30px;
    border-top: #f79b9b75 2px solid;
    font-family: "Ubuntu Mono", monospace;
    text-align: center;
    color: aliceblue;
}

a {
    color: #ff7575
}

#logout:hover {
    cursor:pointer;
    text-decoration: underline;
}

img {
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-height: 40%;
    max-width: 40%;
}

img.avatar {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}