*{
    margin:0;
    padding:0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    background-color: bisque;
    color: salmon;
}

main {
    min-height: 90vh;
    /* if you wanted to center w/ flex */
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

main h1 {
    padding-top: 20px;
}

header,
footer {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: teal;
}
a {
    color: salmon;     
}

li {
    display:inline;
    padding: 20px, 20px;
    text-decoration: none;
    font-weight: bold;
    
}

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
form {
    margin: 0 auto;
    width: 50%;
    border: 10px solid teal;
    display: block;
    position: relative;
    display: block;
    background-color: salmon;
      }
img{
    height: 360px;
    max-width: 640px;
    position: relative;
        
}

/*
.bacon {
    background-color: salmon;
    border:  1px solid green;,
}*/