* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    width: 1920px;
    height: auto;
    font-family: 'Gabarito', sans-serif;
    align-items: center;
    justify-content: center
}

body.default {
    background-color: #EEE5E9;
    color: black;
}

body.alternate {
    background-color: black;
    color: #EEE5E9;
}

#wrapper {
    display: flex;
    flex-direction: column;
}

nav {
    padding-left: 20px;
    padding-top: 10px;
}

nav a {
    font-size: 30px;
}

h1 {
    text-align: center;
    font-size: 80px;
    text-decoration: underline;
    margin-top: 50px;
}

#colorToggle {
    width: 300px;
    height: 175px;
    margin: auto;
    margin-top: 75px;
    font-size: 30px;
    border-radius: 4px;
    background-color: #EFC88B;
    font-weight: bolder;
    text-decoration: underline;
}

h2 {
    text-align: center;
    font-size: 80px;
    text-decoration: underline;
    margin-top: 50px;
}

#textChangeContain {
    width: 200px;
    height: 150px;
    margin-top: 20px;
    margin-left: 200px;
    background-color: #81F4E1;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

#textChange {
    margin-left: 20px;
    margin-top: 10px;
    width: 70%;
    height: 22px;
}

#textChangeButton {
    margin-top: 30px;
    width: 100px;
    height: 75px;
    background-color: #EFC88B;
    font-size: 17px;
    font-weight: bolder;
    text-decoration: underline;
    margin-left: 50px;
}

label {
    margin-top: 20px;
    margin-left: 20px;
}

#colorPicker {
    margin-top: 20px;
    margin-left: 20px;
}