@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto:wght@300&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}

img{
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
h1{
    text-align: center; 
    vertical-align: middle; 
    line-height: 100px; 
    margin: 0;
}
header a {
    display: block;
    margin: 10px auto;
    text-align: center;
}