body {
    background-image: url(img/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

main {
    background: rgba(0, 0, 0, 0.5);
    width: 50%;
    margin: 0 auto;
    padding: 24px;
}

h1 {
    font-family: "Baskervville", serif;
    font-optical-sizing: auto;
    text-align: center;
    margin: 10px;
}

h2 {
    text-align: center;
}

.link {
    color: lightblue;
}

.permanent-marker-regular {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
}

.amarante-regular {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
}

.link:hover {
    color: #8b006b;
}

.link:active {
    color: #00b7ff;
}

.link:visited {
    color: darkblue;
}

.prima-parte {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.a-doua-parte {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.lista-linkuri,
.lista-zi ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
}

.lista-zi h3 {
    text-align: center;
}