@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
body {
    height: 100svh;
    background-color: #1e1e1e;
    font-family: Roboto;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
a {
    width: 300px;
    height: 100px;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.beginners {
    background: linear-gradient(90deg, rgba(143,56,20,1) 0%, rgba(233,92,34,1) 51%, rgba(247,148,29,1) 100%);
}
.elementary {
    background: linear-gradient(to right, #2d285a  0%, #5ac3f0 100%);
}