*,*::before,*::after{
    box-sizing: border-box;
}

:root{
    background-color: #FFFDFF;
    font-family: montserrat, sans-serif;
    line-height: 1.6;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family: Montserrat, sans-serif;
    background-color: white;
}

.container{
    max-width: 80rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

header {
    background-color: #00002E;
    color: #FFFDFF;
}

footer {
    background-color: #333;
}