/* <!-- This styles2.css was created by Kurt Brown on December 1, 2022 for the WEB 110 Final Project --> */

body, html{
    margin: 0;
    padding: 0;
    border: 0;
 }
 .container{
    text-align: center;
    padding: 100px;
 }

 body{
    background-image: url("../images/pexels-cottonbro-studio-6334916.jpg");
 }

 form{
    background-color: burlywood;
    font-family: 'PT Serif', serif;
 }

 .btn{
    position: relative;
    background-color: burlywood; 
    border: none;
    color: black;
    padding: 15px 32px;
    top: 10px;
    text-align: center;
    text-decoration: none;
    font-family: 'PT Serif', serif;
    display: inline-block;
    font-size: 16px;
  }
