@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body{
    font-family: 'Raleway', sans-serif;
}

a, a:active, a:hover, a:visited, a:focus, a:focus-within{
    color: #5472d3;
    cursor: pointer;
    text-decoration: none;
}

header {
    text-align: center;
}

header img {
    height: 90px;
}