html {
    background-color: rgb(31, 31, 31);
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

#header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgb(50, 210, 255);
    margin-bottom: 10px;
}

#header-img {
    margin: 5px;
    border-radius: 10px;
    height: 48px;
}

#header-title {
    color: white;
    align-self: center;
    font-size: 32px;
}

span, p {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 16px;
}

.paragraph {
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 24px;
}

.title {
    margin-top: 32px;
    color: white;
    font-size: 28px;
}