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

body {
    color: orangered;
    font-family: 'Archivo', sans-serif;
    margin: 0;
}

h1 {
    border-bottom: 1px solid orangered;
    font-size: 1em;
    text-align: center;
    padding-top: 5em;
    padding-bottom: .3em;
}
