@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400..900&display=swap');
body, * {
    margin: 0;
    padding: 0;

    /*font-family: sans-serif;
    overflow-x: hidden;*/
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: white;
}

.back-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f0f0f0;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;

    color: black;
    font-weight: 700;
    text-decoration: none;
}