html{
    background-color: rgb(0,47,108);
    
}

h6{
    color: rgb(255,255,255);
    text-align: center;
}

p{
    color: rgb(255,255,255);
    text-align: center;
}

div{
    display: flex;
    justify-content: center;
}

img{
    width: 50%;
}



year{
    document.getElementById('year').textContent = new Date().getFullYear();
}