/* Basic Settings*/

html, body {
    background: white;
}

body {
    color: black;
    font-family: 'TomatoGrotesk-Regular', arial sans-serif;
    overflow-x:hidden ;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: fit-content;
    height:fit-content;
    width: -moz-fit-content;
}

/*Reset Link*/
h1 {
    margin: 0.25rem;
    font-family: 'TomatoGrotesk-Light', arial sans-serif;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: -1px;

}

p {
    font-family: 'TomatoGrotesk-Regular', arial sans-serif;
    font-size: 1rem;
    font-weight: 400;
}




