body {
    font-family: sans-serif, monospace;
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow-y: scroll;
}

.background {
    background-color: black;
    background-image: url('https://anothereye.it/anothereye/img/header.jpg');
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* filter: blur(2px); */
    z-index: -1;
    /* Mette lo sfondo dietro il contenuto */
}

a {
    text-decoration: none;
}

.blur {
    backdrop-filter: blur(5px);
}

.blurEffect {
    background-color: rgba(0, 0, 0, 0.4);
    /* Slightly transparent dark background */
    border-radius: 10px;
    backdrop-filter: blur(5px);
    /* Apply blur effect */
    -webkit-backdrop-filter: blur(5px);
    /* For Safari */
}

.arrow {
    vertical-align: text-bottom;
}

.titleLabelCont {
    margin-bottom: 50px;
}

.title {
    color: white;
    font-size: 60px;
    font-weight: 600;
}

.subtitle {
    color: white;
    font-size: 11px;
    margin-left: 65px;
    margin-top: -10px;
}

.subprefix {
    font-size: 8px;
    color: white;
    font-style: italic;
    font-weight: 400;
}

#contactme {
    color: white;
}

.menuLabel {
    color: white;
    font-weight: 600;
    text-align: left;
    /* border-bottom: 1px solid rgb(180 180 180); */
    /* width: 150px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.menuBtns {
    margin-bottom: 10px;

    /* width: 100%;
    max-width: 400px; */
}

#menuBtns {
    padding: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 350px;
}

#mainContainer {
    text-align: center;
    /* padding: 50% 15px 0 15px; */
    height: 100%;
    align-content: center;
    padding: 10px;
}

.button {
    display: inline-block;
    /* width: 100px;
    height: 100px;
    border-radius: 10px;
    border:1px solid rgb(180,180,180); */
    text-align: center;
    padding: 5px;
}

.appLogoContainer {
    position: absolute;
    padding: 10px;
}

.appLogo {
    width: 30;
    height: 30;
    vertical-align: middle;
    border-radius: 5px;
}