html,
body {
    margin: 0px;
}

.menuAnchor {
    height: 60px;
    font-weight: 900;
    font-family: "Roboto";
    margin: 2rem;
    font-size: 1.3rem;
    background-color: #eef;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuItem {
    text-align: center;
    padding: 10px 5px;
    margin: 10px;
    width: 120px;
    border: solid 1px black;
    border-radius: 10px;
    background-color: #ddf;
}

a {
    text-decoration: none;
}

h1 {
    color: blue;
    text-align: center;
}

.dalovaPic {
    text-align: center;
}