* {
    box-sizing: border-box;
}

body {
    font-family: Karla, sans-serif;
    text-align: center;
    background-color: #2e2236;
    margin: 20px;
}

h1,
h2,
h3 {
    font-family: Montserrat, sans-serif;
}