.hidden {
    display: none;
}

nav {
    background-color: #f393bc;
    height: 100px;
    width: auto;
    align-items: center;
    justify-items: center;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: white;
}

p {
    font-family: 'Itim', 'Times New Roman', Times, serif;
}

body {
    background-color: #ffb8d9;
}

img, svg {
    cursor: pointer;
}

nav svg {
    align-self: center;
}

h2 {
    font-size: 30px;
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Itim', 'Times New Roman', Times, serif;
}

h3 {
    font-size: 25px;
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Itim', 'Times New Roman', Times, serif;
}

#logo {
    height: 75px;
    padding-left: 20px;
}

#nav_menu ul li {
    display: inline-flex;
    padding: 10px;
    font-family: 'Itim', 'Times New Roman', Times, serif;
    font-size: 20px;
}

#slider {
    height: 50px;
}

#lightning_info, #monika_info, #information {
    border-radius: 5px;
    border: 2px solid white;
    text-align: center;
    margin-bottom: 20px;
}

#information {
    padding-top: 10px;
}

#lightning_info:hover, #monika_info:hover {
    cursor: pointer;
}

#information p {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
}

#information p:last-of-type {
    margin-bottom: 0px;
}