* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #ffdfb7;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
}

.my-btn {
    background-color: #ef6c00;
    color: white;
}
