@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body, input, select, textarea {
    font-family: 'Roboto', sans-serif;
}

header h1 {
    color: #1e90ff;
}

h2.major {
    color: #1e90ff;
}
