body{
    font-family: 'Courier', monospace;
    font-size:14px;
    text-align: center;
}

.milk-cont img{
    height:75vh;
    width:auto;
}

footer img{
    width:100px;
    height:auto;
}

footer p{
    padding:0px;
    margin:0px;
}

footer ul{
    padding:0px;
}

footer ul li{
    list-style: none;
    display: inline-block;
}
footer ul li::after{
    content: ' | ';
}

footer ul li:last-child::after{
    content: '';
}

@media screen and (max-width:500px){

    .milk-cont h1{
        font-size: 200%!important;
    }
}