@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');

.select {
    width: 100%;
}

* {
    font-family: "SUSE", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    background-color: #f7f7f7;
    min-height: 100vh;
}

.logo {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}

.highlight-number {
    font-size: 3rem;
    font-weight: bold;
    color: #3273dc;
    margin-bottom: 0.5rem;
}