body{
    background-color: #ede5d6;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #db4a2b;
}

header{
    width: calc(100% - 30 px);
    height: 75px;
    background-color: #db4a2b;
    color: #ede5d6;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header img{
    height: 70px;
    margin-top: 2.5px;
}

header a{
    color: #ede5d6;
    text-decoration: none;
    font-size: clamp(16px, 4vw, 40px);
    padding-left: 5px;
}