* {
    margin: 0;
    padding: 0;
}

a {
    color: black;
    text-decoration: none;
}

:root {
    --primary-color: rgb(70, 253, 196);
    --secondary-color: rgb(255, 69, 31);
    --background-color: rgb(245, 177, 104);
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}