body{
    background-color: #ffd0d0;
}

header {
    margin-top: 50px;
    text-align: center;
    border: solid;
    border-radius: 20px;
    border-color: salmon;
    border-width: 10px;
    border-style: dotted;
    margin-right: 340px;
    margin-left: 340px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

h1 {
    font-family: 'Franklin Gothic Medium';
    font-size: 50px;
    color:lightsalmon;
}

h3 {
    font-size: 25px;
    color:salmon;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.menu_buttons {
    font-family: 'Segoe UI';
    color: salmon;
    text-align: center;
}

.menu_button {
    display: inline-block;
    width: 20%;
    background-color: rgb(248, 177, 149);
    border-radius: 10px;
    border: solid;
    cursor: pointer;
    user-select: none;
}

#theme {
    width: 45px;
    height: 21px;
    border: solid 2px black;
    border-radius: 500px;
    transform: translateY(2px);
    background-color: lightsalmon;
}

.circle_theme {
    width: 19px;
    height: 19px;
    border-radius: 100px;
    background-color: salmon;
    border: solid 2px black;
    transform: translateX(0px);
    margin-top: -1px;
    margin-left: -1px;
}

#menu_itens {
    margin-right: 100px;
}

#row1, #row2 {
    justify-content: center;
}

#row1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px ;
}


#row2 {
    display: flex;
    flex-direction: row;
}

.margin {
    margin-left: 50px;
}

.title3, .price {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.img {
    border-radius: 10px;
    box-shadow: 2px 2px salmon;
}

#confirm_button {
    text-align: center;
}

.modalWindow {
    position: fixed;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    font-size: larger;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalWindow:target {
    opacity:1;
	pointer-events: auto;
}

.modalWindow > div {
    width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
    border: solid salmon;
	background: #ffd0d0;
}

#obs {
    width: 300px;
    height: 100px;
    box-shadow: 2px 2px salmon;
    range: auto;
    background-color: #ee9b9b;
    border: none;
    padding-top: 5px;
    border-radius: 5px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.forms {
    border: solid 2px transparent;
    border-radius: 5px;
}

.selected {
    border: solid 2px black;
    border-radius: 5px;
}

.modalWindow2 {
    position: fixed;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    font-size: larger;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    opacity: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	pointer-events: none;
}

.modalWindow2 > div{
    width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
    border: solid salmon;
	background: #ffd0d0;
}

.confirm_button, .cancel_button, .purchase_confirm {
    text-decoration: none;
    color: black;
}

.purchase_confirm {
    width: 100px;
    height: 50px;
    background: lightsalmon;
    border: solid salmon;
    border-radius: 10px;
    color: black;
    font-size: 15px;
    font-family: cursive;
    font-weight:1000;
    display: block;
    margin-left: 48%;
    margin-right: auto;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

#contact_informations {
    margin-left: 45%;
    margin-right: 550px;
}

.contact {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

#instagram_icon {
    margin-left: 133px;
    margin-top: -56px;
    cursor: pointer;
    margin-right: 575px;
}

.insta_border {
    max-width: 50px;
    height: 50px;
    padding: 1rem;
    position: relative;
    background: linear-gradient(45deg, yellow 0%, orange 20%, red 50%, rgb(196, 0, 196) 100%);
    padding: 5px;
    padding-bottom: 1px;
    border-radius: 10px;
    margin-right: -55px;
}

.insta_void {
    background: #ffd0d0;
    color: white;
    padding: 21px;
    border-radius: 6px;
}

.insta_circle::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 500px;
    background: linear-gradient(45deg, red 5%, rgb(196, 0, 196) 50%);
    margin-top: -18px;
    margin-left: 10px;
}

.insta_cam {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: linear-gradient(45deg, yellow 0%, orange 2%, red 50%, rgb(196, 0, 196) 100%);
    margin-left: -14px;
    margin-top: -4px;
    margin-bottom: -15px;
}

.cam_void {
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #ffd0d0;
    position: absolute;
    left: 18px;
    top: 36%;
}
