body {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-family: 'Courier New', monospace;
}

#introduction, #introduction > * > * {
    border-style: solid;
    border-color: rgb(0, 0, 0);
}

#introduction {
    width: 600px;
    margin: auto;
    margin-top: 25px;
    border-width: 25px 0px 0px 25px;
    text-align: center;
}

#introduction > * {
    display: flex;
    border-collapse: collapse;
}

#introduction > * > * {
    width: 50%;
    border-width: 0px 25px 25px 0px;
}

#name-container {
    line-height: 35px;
    background-color: rgb(219, 219, 219);
    font-weight: bold;
}

#name-container > * {
    padding: 5px;
}

#avatar-and-verse-container {
    height: 300px;
}

#avatar-and-verse-container > * {
    display: flex;
    align-items: center;
}

#verse {
    line-height: 2.5em;
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
}

#name {
    text-align: center;
    font-size: 30px;
}

.italic {
    font-style: italic;
}

#avatar {
    width: 85%;
    height: 85%;
    margin: auto;
    border: 3px solid black;
    border-radius: 25px;
}

#conclusion {
    font-weight: bold;
}

.messages {
    width: 600px;
    margin: auto;
    margin-top: 25px;
    font-size: 12px;
    font-weight: bold;
}

.messages li {
    margin-top: 15px;
}

.error {
    color: tomato
}
