body {
    margin: auto;
    font-size: 1em;
    line-height: 1.5em;
	color: #333333;
	background-color: white;
}

#main {
    width: 80%;
    margin-right: 5%;
    margin-top: 10%;
    float: right;
}

#message-container {
    margin-left: 2vw;
    margin-top: 5vh;
}

#footer {
    margin-left: 2vw;
    margin-top: 5vh;
}

#pseudonym-logo  {
    margin-bottom: -20px;
    margin-right: 10px;
    margin-left: -20px;
}

.message-text {
    margin-top: 0px;
    font-size: 2.5em;
    line-height: 1.3em;
}

a {
    color: rgb(7, 148, 243);
}

h1 {
    font-size: 2.5em;
    line-height: 1.3em;
}

button {
    font-family : inherit;
    font-size: 1em;
    background-color: rgb(7, 148, 243);
    border: none;
    color: rgb(7, 148, 243);
    padding: 10px 20px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
}

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

button:hover {
    background-color: rgb(139, 14, 189);
}

button:hover a {
    color: rgb(255, 255, 255);
}

