﻿fieldset legend {
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: white;
}

fieldset {
    background-color: #F8AF4C;
    margin: 1rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
    background-image: url("https://img.freepik.com/premium-vector/hand-drawn-vector-seamless-pattern-with-pizza-sketch-style-perfect-leaflets-cards-posters-prints-menu-booklets_84749-2062.jpg?w=740");
}

.highlight-text {
    background-color: #F8AF4C;
}

#SauseImg {
    position: absolute;
    right: 50px;
    transform: translateY(50%); /*Puts image half way down in the legend*/
    width: 200px;
    height: 200px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); /*Adds shadow effect around the image*/
}

#WingsImg {
    position: absolute;
    right: 50px;
    transform: translateY(8%); /*Puts image half way down in the legend*/
    width: 150px;
    height: 150px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); /*Adds shadow effect around the image*/
}

#SubmitOption {
    text-align: center;
}

#Title {
    text-align: center;
    background-color: #F8AF4C;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 30rem;
    margin-right: 30rem;
}
