* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(255, 255, 255);
}

body {
    background-color: rgba(255, 203, 97, 1);
    padding: 2rem;
}

a {
    font-family: manjari;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-decoration: none;
}

a:hover {
    color: rgba(234, 91, 111, 1);
}

section {
    padding: 3rem;
}