@charset "UTF-8";
* {
    padding: 0;
    border: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: monospace;
    background-color: #000;
    color: #fff;
    vertical-align: baseline;
    max-width: 100vw;
    max-height: 100vh;
    font-weight: 100;
    outline: 0;
    justify-content: center;
    align-items: center;
    user-select: none;
}
body,
html {
    height: 100%;
    width: 100%;
    display: flex;
}
.e2,
.sud2 {
    height: 25%;
    margin-top: 25%;
    margin-bottom: 25%;
    display: flex;
    font-size: 24px;
}
.e2 {
    font-size: 96px;
}
a {
    text-decoration: underline;
}