﻿select {
    position: absolute;
    width: 100px;
    height: 30px;
    top: 160px;
    left: 530px;
}
input {
    position: absolute;
    top: 160px;
    width: 100px;
    height: 30px;
}
input.m{
    left:350px;
}
input.h{
    left:710px;
}
input.t{
    left:890px;
}
input.e{
    left: 1070px;
}
input.s{
    left: 1250px;
}
p2 {
    position: absolute;
    top: 120px;
}
p2.label1{
    left:365px;
}
p2.label2{
    left: 708px;
}
p2.label3{
    left: 870px;
}
p2.label4{
    left: 1065px;
}
p2.label5{
    left: 1247px;
}
p2.label6{
    left: 530px;
}
h1{
    position: absolute;
    font-size: large;
}
    h1.label7 {
        left: 100px;
        top: 220px;
    }
    h1.label8 {
        left: 1210px;
        top: 220px;
    }
    h1.label9{
        left: 740px;
        top: 700px;
    }
button {
    position: absolute;
    width: 80px;
    height: 50px;
    top: 150px;
}

    button.b1 {
        left: 100px;
    }

    button.b2 {
        left: 200px;
    }
span.dot {
    position: absolute;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    left: 800px;
    top: 500px;
}