body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('../src/background.jpg'); /* juster stien etter behov */
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    text-align: center; 
    font-family: 'Courier New', Courier, monospace;
    font-size: 36px;
}

h2 {
    margin: 0 0 10px;
    font-size: 28px;
}

select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: block;
    font-size: 18px;
}

.container {
    max-width: 600px;    
    margin: 60px auto;
    padding: 20px;
    background-color: #f7e5b7;
    border-radius: 8px;
    margin-top: 60px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.date {
    opacity: 0.7;
}

.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed grey;
}

.city:last-child {
    border-bottom: none;
}

.time {
font-size: 36px;
font-weight: bold;
}

.time small {
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}

footer {
    text-align: center;
    font-size: 0.8em;
    margin-top: 20px;
}