body {
    background-color: rgb(237,201,175);
    font-size: 2em;
    font-family: 'Fascinate', cursive;
    overflow-x: hidden;
}

header {
    position: fixed;
    background-color: rgb(222,170,136);
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

a {
    text-decoration-line: none;
    margin: 5px 0 0 5px;
    margin-right: 10px;
    padding: 5px;
}

img {
    width: 35px;
    height: auto;
}