.page
{
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#links
{
    color: inherit;
    text-decoration: none;
}

#Gujarat:hover,#Bodensee:hover
{
    color: #292b2b;

}

#page1
{
    background-image: url(Images/Photography/IMG_0327.JPG);
    background-size: cover ;
    display: flex;
}

#Gujarat
{
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 170px;
    font-weight: 900;
    color:#242323;
    margin-bottom: 300px;
    opacity: 96%;
}

#page2
{
    background-image: url(Images/Photography/Lindau_2.jpeg);
    background-size: cover;
    display: flex;
}

#Bodensee
{
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 170px;
    font-weight: 900;
    color:#242323;
    opacity: 96%;
    margin-bottom: 700px;
    margin-right: 100px;
}