@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #121212;
}

html,
body,
main {
    height: 100%;
    width: 100%;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    color: #000;
}

.disc {
    background-color: #eef0ef;
    border: 2.5vw #b7232a solid;
    height: 30vw;
    width: 30vw;
    border-radius: 100%;
}

.speed {
    text-align: center;
    font-size: 12vw;
}