@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');
html {
    margin: 0;
    padding: 0;
    font-family: 'Sora', sans-serif;
    color: #ababab;
    background-color: #000000;
}
a {
    color: inherit;
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Center {
    display: flex;
    justify-content: center;
    margin-top: 0.25%;
    margin-bottom: 0.25%;
}

.FontSize {
    font-size: 2em;
}