
a {
    all: unset;

    color: #FF9B82;

    cursor: pointer;
}

p {
    padding: 0.5em 0 0.5em 0;
}

.butt {
    position: relative;

    font-weight: 500;

    padding: 0 0.5em 0 0.5em;
}
html, body {
    margin: 0;

    height: 100%;
    width: 100%;

    font-family: Satoshi-Variable, system-ui, sans-serif;
    font-weight: 300;
    font-size: 16px;

    color: #171717;

    visibility: visible;
}
