#kuizeme-header-bg {
    background-image: url("../img/kuizeme-header.png");
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
#kuizeme-header-h1 {
    font-family: "Helvetica", "Monaco", monospace;
    margin-top: 130px;
    margin-bottom: 150px;
    color: rgb(255,255,255);
}
#kuizeme-header-p {
    font-family: "Helvetica", "Monaco", monospace;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(255,255,255);
    font-size: 25px;
}