body {
    background: rgb(238, 174, 202);
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    padding: 10px;
    background-image: url(./assets/images/fun.png);
    background-repeat: no-repeat;
    align-items: center;
    background-position-x: 50%;
    background-size: 650px;
    box-sizing: border-box;
}


