body { 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
header {
    width: 100%;
}
.head-image {
    width: 80vw;
}