﻿h1 {
    text-align: center;
    width: 100%;
    top: 0px;
    left: 0px;
    color: black;
    background-color: darkred;
    border: 2px solid black;
}

label {
    text-align: center;
    width: 100%;
    top: 0px;
    left: 0px;
    color: black;
}

body {
    background-color: antiquewhite;
    background-repeat: no-repeat;
    height: 1500px;
    width: 1000px;
}

.div1 {
    position: absolute;
    left: -50px;
    padding: 20px;
    margin: 20px;
    top: -200px;
    color: black;
    font-size: 20px;
}

/*.table1 {
    position: relative;
    left: 0%;
    padding: 20px;
    margin: 20px;
    top: -200px;
    color: black;
    font-size: 20px;
}*/

.div2 {
    position: relative;
    left: 35%;
    padding: 20px;
    margin: 20px;
    top: 0px;
}

.div3 {
    position: relative;
    left: 35%;
    padding: 20px;
    margin: 20px;
    top: 0px;
}
