body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: larger;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #fff;
}

.height {
    height: 100vh;
}

.app-button {

    width: 240px;
    height: 58px;
    border-radius: 10px;
}

.app-button span {

    font-size: 18px;
}

.buttons {

    display: grid;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}