
body {
    height: 100vh;
    font-family:'Roboto', sans-sarif;
    display: grid;
    place-items: center;
    background-image: url(Images/bgimage-3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    
}

.welcomeText {
                margin-right: 50px;
                margin-left: 50px;
                margin-top: 50px;
                text-align: center;
            }

.membersText {
    font-family: 'Roboto', sans-sarif;

}

.membersText h1 {
    text-align: center;
}
            