
* {
    box-sizing: border-box; 
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;     
    padding: 20px 10px;
    border: 10px;
    margin: 5px;
  }

  .ruta1, .ruta2, .ruta3{
    background-color: lightgreen;
    width: 300px;
    height: 400px;

  }

  body{
    background-color: lightgoldenrodyellow;
  }

  a {
    text-decoration: none;
  }

  a:hover{
    color: brown;
    text-decoration: underline;
  }

.öppettider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;     
    padding: 20px 10px;
    border: 10px;
    margin: 5px;
  }