* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: 'Onest', sans-serif;
}

body {
    overflow-x: hidden;
    background-color: rgb(28, 28, 28);
}

a {
    color: rgb(149, 203, 220);
}

u {
    color: #8193ff;
    text-decoration: none;
}