@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1 {
    color: #001f3f;
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.main {

    padding-top: 110px;
}