footer {
    background-color: rgb(160, 187, 160);
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 1; 
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    border-radius: 10px;
  }
  
.kontaktloe{
    font-size: 18px;
}

.kontakt {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
  
.kontakt-andmed {
    line-height: 1;
    font-size: 19px;
}

.kontaktid {
    margin-top: 19px;
}

@media only screen and (max-width: 600px) {
  footer {
    width: 350px;
  }
  
  
  .kontakt-andmed {
    font-size: 19px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 777px) {
  footer {
    width: 550px;
  }  
}