:root{
    margin-top: 0%;
    background-color: rgb(52, 80, 55);
    margin: 0%;
}

header{
    img{
        width: clamp(1px, 1000px, 100vw);
        height: auto;
        align-items: center;
    }
}