body {
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
 }

 a.index {
    font-size: 30px;
    padding: 10px 15px;
    position: absolute;
    left: 450px;
    top: 100px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

a.index:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    border-color: white;
    text-decoration: underline;
}

a.projects {
    font-size: 30px;
    padding: 10px 15px;
    position: absolute;
    right: 450px;
    top: 100px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

a.projects:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    border-color: white;
    text-decoration: underline;
}

a.testimonials {
    font-size: 30px;
    padding: 10px 15px;
    position: absolute;
    left: 420px;
    top: 300px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

a.testimonials:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    border-color: white;
    text-decoration: underline;
}

a.gallery {
    font-size: 30px;
    padding: 10px 15px;
    position: absolute;
    right: 460px;
    top: 300px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

a.gallery:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    border-color: white;
    text-decoration: underline;
}

a.dream {
    font-size: 30px;
    padding: 10px 15px;
    position: absolute;
    left: 450px;
    top: 500px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

a.dream:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    border-color: white;
    text-decoration: underline;
}

a.about {
    font-size: 30px;
    padding: 10px 15px;
    position: absolute;
    right: 460px;
    top: 500px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

a.about:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    border-color: white;
    text-decoration: underline;
}
