body {
    font-family: Monrope, sans-serif;
    overflow-x:hidden;
}

button {
    border-radius: 32px;
    padding: 18px 32px 18px 32px;
    gap: 10px;
    background: #159F9F;
    color: #fff;
    border: none;
}

h1,h2,h3,h4,h5,h6,a,p {
    font-family: Monrope, sans-serif;
}

a {
    text-decoration: none;
}