.StartPage{
    background-image: url("Background/Star_Sky.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.LinkDoors{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}

.Greetings{
    background-color: rgb(255, 61, 61);
    justify-content: center;
    align-content: center;
    text-align: center;
}

.LinksBG{
    background-image: url("Background/DoorBG.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.HomePageBG{
    background-image: url("Background/StarsBG1.gif");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
