/* CSS file for homework2.html for ITWP1150 by Rachel Lincoln */

body{
    background-color: rgb(255, 1, 1);
    border: darkblue;
    color: white ;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1{
    text-align: center;
}

#container{
    background-color: darkblue;
    color:rgb(255, 255, 255);
    text-align: center;
    margin:auto;
    width: 50%;
    border: 10px dotted white;

}

#dup{
    text-align: center;
    background-color: rgb(0, 182, 0);
    color: white;
    font-family: fantasy;
    margin:auto;
    width: 50%;
    height: 50%;
    border: 5px dotted darkblue;
}

button{
    background-color: rgb(255, 0, 0);
    font-weight: bold;
    color:rgb(255, 255, 255);
    margin:auto;
    width: 25%;
    height: 25%;
    border: 3px double white;
}

/*Id that centers the validation text*/
#validation {
    text-align: center;
    background-color: rgb(255, 255, 255);
}

#footer{
    margin:50px;

}
