body{
    background: rgb(2,0,36);
    background: linear-gradient(176deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    min-height: 100vh;
    color: white;
}

h2{
    letter-spacing: 10px;
}

.version{
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
}