@font-face {
    font-family: 'Minecraftia';
    src: url('https://cdn.jsdelivr.net/gh/IdreesInc/Minecraft-Font@main/Minecraft.otf') format('opentype');
}

body {
    background-color: #444499;
    color: #e8e6e3;
    font-size: large;
    font-family: 'Minecraftia';
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 50px;
    border-radius: 10px;
    background-color: #232627;
}
.column {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #17181a;
}
.row {
    display: flex;
    margin: 10px;
}
.textbox {
    padding: 10px;
    border-radius: 10px;
    background-color: #3a3f40;
    color: #e8e6e3;
}
a {
    color: #ffffff;
    border: 2px solid #2f7fe6;
    border-radius: 4px;
    padding: 0px 4px;
    display: inline-block;
    text-decoration: none;
    background-color: #2f7fe6;
    line-height: 1;
    vertical-align: baseline;
}
a:visited {
    border-color: #7c6fd6;
    background-color: #7c6fd6;
}
