body{
    background-image: url(./pics/Background.png);
    /*copy pasted*/
    height: auto; 
    width: auto;
    min-height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
.menu{
    /*padaro jog nebutu weird glitch kai nesimato HERMES DONUTS virsuje*/
    margin-top: 6.5%;
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color:#1A4651;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
hr{
    height: 2px;
    border-width:0px;
    width:50%;
    color: #1A4651;
    background-color: #1A4651;;
}
ul{
    padding-left: 0;
    list-style-type: none;
    margin:0;
}
.item p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }
.donut_flavour, .drink_flavour{
    text-align: left;
    width: 75%;
}
.price {
    text-align: right;
    width: 25%;
}
.item:hover {
    background-color:rgba(26, 70, 81, 0.3);
    padding: 0px 24px 0px 24px;
}