@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;1,500;1,600&display=swap');

body {
    margin: 0rem;
    padding: 0rem;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

.btn {
    cursor: pointer;
    text-align: center;
    width: 8rem;
    font-size: 1rem;
    padding: .8rem;
    background-color: #dda823;
    border: solid #dda823;
    color: #ffff;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.btn:hover {
    background-color: #ffff;
    color: #dda823;
}

.pre-title{
    color: #dda823;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0rem;
}

.iconify{
    color: #dda823;
}

a{
    text-decoration: none;
    font-size: 1rem;
}