
.losgeht_button, .contactus_button{
    background-color: rgb(157, 158, 160);
    color: white;
    font-size: 20px;
    padding: 5px 5px;
    cursor: pointer;
    border: solid;
    border-color: black;
    border-radius: 10px;
    text-decoration: none;
}

body{
    /*font-family: roboto;*/
    width: 70%;
    margin: auto;
    text-align: center;
    /*background-color: #e5e5e5;*/
  }


body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

p{
    font-size: 14;
}

