h1 {
    border-bottom: 2px dotted red;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: white;
    color: black;
    font-family: sans-serif;
    height: 600px;
}

li {
    list-style-type: none;
    margin-bottom: 10px;
    white-space: pre-line;
}

nav {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 8px;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

h3 {
    padding-left: 2px;
}

a {
    color: black;
    text-decoration: none;
    /*background-color: lightgrey;*/
}
li li {
    list-style-type: circle;
    margin-bottom: 5px;
}

.return {
    background-color: lightcoral;
    font-style: oblique;
}

.langlink {
    background-color: lightblue;
    font-style: oblique;
}

.info {
    padding: 40px;
    border: 2px dashed blueviolet;
}

.intro {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 2px;
    color: darkcyan;
}

.invite {
    background-color: black;
    color: white;
}

.button {
    border-radius: 3px;
    padding: 8px;
}
/*.main-texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}*/
