/* Rachel Lincoln CSS for Project 1 */

/* Adding pic alignment */
#images {
    text-align: center;
    color:white;
}

body{
    background-color: black;
}


h1{
    font-size: 50px;
    text-align: center;
    color:rgb(255, 255, 255); 
    background-color: rgb(0, 0, 0);
    padding:20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-decoration:underline;
}

hr{
    border: groove 5px gold;
}


#container{
        padding: 25px;
        background-color: #202020;
        display:flex; 
        flex-direction:row;
        align-items: center;
        justify-content: center;
}

#container2{
    padding: 25px;
    background-color: #000000;
    display:flex; 
    flex-direction:row;

}

button{

    text-align: left;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    border: 7px double gold;
   
}

#validation {
    text-align: center;
  }