/**
Palette: https://scrimba.com/links/hometown-palette
RED: #E63946
LIGHT: #F1FAEE
AQUA: #A8DADC
LIGHT BLUE: #457B9D
DARK BLUE: #1D3557

*/

body {
    margin: 0;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
}

.head {
    background-image: url(/images/torshov.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    aspect-ratio: 1000 / 500; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activities img {
    width: 100px;
}

.htext {
    background-color: #1D3557;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px 20px 10px 20px;
    color: white;
}

.hdtext {
    background-color: #457B9D;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px 20px 10px 20px;
    color: white;
}

.activities {
    background-color: #F1FAEE;
    padding-bottom: 60px;
}

.rounded {
    border-radius: 50%;
}

.aimage {
    display: flex;
    justify-content:space-evenly;
}

.aimage div {
    margin: 0 35px;
}

.ahead {
    margin: 0 0;
    padding: 60px;

}

/* Card section */

.card {
    display: flex;
    background-color: #A8DADC;
    margin: 60px 200px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    border-bottom: 10px solid black;
}

.card img {
    height: 248.67px;
    width: 180px;
    padding: 30px 20px;
    border-radius: 15%;
}

.card div {
    padding-right: 20px;
}