body {
    background-color: #400C57;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Oxanium';
}
h1 {
    font-size: 7vh;
    color: #e5e5e5;
}
.version {
    display: inline-block;
    padding: 15px;
    height: 70px;
    background-color: #3B4856;
    line-height: 70px;
    border: 3px solid #e5e5e5;
    border-radius: 5px;
    color: #400C57;
    font-weight: 700;
    font-size: 20px;
    margin: 20px;
}