body{
    margin: 0;
    padding: 0;
    background-image: url(./resources/page1/Backgroung.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.container2{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20%;
}

#container1-logo{
    width: 80%;
    margin-top: 10%;
}

.container1 input {
    width: 80%;
    height: 30px;
    margin-top: 10%;
    text-align: center;
    font-size: 1.2rem;
} 

#container1-cta{
    width: 60%;
    margin-top: 10%;
    margin-bottom: 60%;
    
}



#userNameDisplay{
    width: 80%;
    height: 20px;
    overflow: hidden;
    text-align: center;
    top: 53%;
    left: 40%;
    transform: translate(-38%, -40%);
    text-transform: capitalize;
    font-size: 0.9rem;
}

#coachingNameDisplay{
    width: 38%;
    top: 68%;
    display: flex;
    left: 55%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 100px; */
    height: 60px;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
    font-size: 0.9rem;
}

#container2-cta{
    width: 60%;
    height: 30px;
    color: black;
    background-color:aliceblue;
    border: none;
    border-radius: 5px;
    margin-top: 10%;
    margin-bottom: 40%;
}
