* {
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
}

h1 {
    margin-top: 0;
}

body {
    background-color: #F5F7FB;
}

textarea {
    resize: vertical;
    min-height: 150px;
}

button {
    margin-top: 1rem;
}

label {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.rounded {
    border-radius: 10px !important;
}

nav.navbar {
    padding: 20px 0;
}

p:last-of-type {
    margin-bottom: 0;
}