﻿input {
    width: 700px;
    height: 50px;
    position: absolute;
    font-size: 20px;
    left: 500px;
}
input.a{
    top: 250px;
}
input.b{
    top: 350px;
}
input.c{
    top: 450px;
}
h1.header{
    position:absolute;
    left: 550px;
    top: 130px;
    font-size:50px;
}
h1.letter{
    position:absolute;
    left: 420px;
}
h1.aLabel{
    top: 250px;
}
h1.bLabel {
    top: 350px;
}
h1.cLabel{
    top: 450px;
}
img.eq{
    position: absolute;
    left: 900px;
    top: 315px;
}
h1.root{
    position: absolute;
    top: 600px;
}
h1.firstRoot{
    left: 500px;
}
h1.secondRoot{
    left: 900px;
}
h1.firstAnswer{
    left: 635px;
}
h1.secondAnswer{
    left: 1040px;
}

