body{
    margin: 0px;
    padding: 0px;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
}
.container{
    height: 700px;
    width: 650px;
    background-color: bisque;
    text-align: center;
    margin: 0 auto;
}
.text2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.text3{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}
.End{
    font-family: Georgia, 'Times New Roman', Times, serif;
}