html{
    height: 100%;
}

img{
    float: right;
    margin-left: 10px;    
}
h1{
    text-align: center;
    font-family: Georgia, Verdana, sans-serif;
    font-size: 50px;
}

#start{
    text-align: justify;
    margin-left: 100px;
    margin-top: 90px;
    padding-right: 10px;
    font-family:  'Raleway', sans-serif;
}
#name{
    padding-top: 10px;
}

#name label{
    font-size: 30px;
}

#truefalse p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

input {
    font-size: 30px;
    font-weight: 200;
}

#head{
    font-size: 30px;
    top: 25%;
    left: 130px;
    border: 3px solid red(0, 255, 55);
    margin-bottom: 250px;
    
}
form{
    text-align: center;
    border: 10px solid black;
    border-radius: 10px;
}
#truefalse{
    border: 3px solid black;
    border-radius: 10px;
    margin: 40px 100px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
}
h3{
    font-family: Georgia, Verdana, sans-serif;
    font-size:40px;
}