#topInfo{
    width: 100%;
    /* width: 500px; */
    height: 500px;
    /* background-color: black; */
    
    background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%),
    url("../resources/notes_background.jpg");

    /* notes_background */
    /* background-image: url("../resources/header_background.png"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

#topInfoMainHeader{
    width: 800px;
    height: 80px;
    color: white;
    /* background-color: blue; */
    margin-top: 110px;
    margin-left: 100px;
}

#topInfoSubHeader{
    width: 800px;
    height: 80px;
    color: white;
    /* background-color: blue; */
    margin-top: 10px;
    margin-left: 100px;
}

#topInfoRegisterHere{
    width: 800px;
    height: 80px;
    color: white;
    /* background-color: blue; */
    margin-top: 10px;
    margin-left: 100px;
}

.btnRegister{
    font-size: 30px;
}