
  @import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');


* {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Tiro Bangla';
    font-size: 18px;
}
 
body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
 
header {
    background-color: rgba(0, 0, 0, 0.5);
    height: 123px;
    padding: 30px 72px 0 72px;
}
 

 
h2 {
    color:#fff;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    display:inline-block; 
    text-transform: uppercase;
    letter-spacing: 1.5px;
    float: left;
    margin: 50px 45%;
}
 
section {
    clear: both;
    padding: 30px 72px 0 72px;
    position: relative;
    margin:0 0 50px 0;
}
 
img#pizza-sabores {
    display: block;
    clear: both;
    margin: 0 10%;
}
 
nav {
    float: right;
    margin-top: -30px;
}
 
nav ul {
    list-style: none;
    display: block;
}
 
nav ul li {
    float: left;
    margin:0 50px;
}
 
nav ul li a {
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px
}
 
ul#vantagens {
    list-style: none;
    float: left;
    margin: 30px 0 150px 0;
}
 
ul#vantagens li {
    font-family: 'Reenie Beanie', cursive;
    color: #fff;
    font-size: 2.75em;
    margin: 5px;
}
 
ul#vantagens li::before {
  content: "\00b0 ";
  color: #fbcb39;
  font-family: sans-serif;
  font-size: 1em;
  vertical-align: bottom;
  margin: 25px 10px 0 10px;
}
 
table {
    width: 100%;
    background-color: #2a2a2a;
    clear: both;
    border-collapse: collapse;
    text-transform: uppercase;
    margin-top:30px;
}
 
th, td, p, label {
    font-size: 12px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
}
 
th {
    color: #fff;
    font-weight: bold;
}
 
th, td {
    border:1px #000 solid;
    padding: 5px;
    text-align: center;
    width: 10%;
}
 
form {
    clear: both;
    margin:0 10%;
}
 
form label {
    margin:5px 0;
    display: block;
    text-transform: uppercase;
}
 
form input, form textarea, select {
    border:1px solid #2a2a2a;
    height: 20px;
    width: 500px;
    border-radius: 10px;
    background-color: transparent;
    display: block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
}
 
form textarea {
    height: 200px;
    font-size: 0.75em;
}

form select {
    height: 60px;
    text-align: center;
}
 
input[type="submit"] {
    width: 500px;
    margin: 5px;
    padding: 20px; 
    padding-bottom: 40px;   
    border-radius: 10px;
    cursor: pointer;
}
 
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

 
footer {
    height: 100px;
    background-color: #2a2a2a;
    position: relative;
    padding: 35px 0 10px 0;
}
 
footer a {
    width: 200px;
    background-size: 200px 46px;
    background-repeat: no-repeat;
    display: block;
    margin: 0px auto;
}
 
footer p {
    text-align: center;
}
 
.texto-positivo {
    color: #87b50f;
}
 
.texto-negativo {
    color: #fb3958;
}
 
form a {
    cursor: pointer;
    border: 1.3px solid #fff;
    padding: 4px 2px;
    border-radius: 10%;
}
 
form a:hover {
    background-color: #6d6d6d6d;
}
 
form a:active {
    background-color: #777;
}
 
input.quantidade {
    text-align: center;
    border: none;
    display: inline;
    width: 30px;
    padding: 5px 0px;
    margin-left: 15px;
}
 
form td:nth-child(2){
    min-width: 123px;
}

.link {
    font-family: "Tiro Bangla";
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
}

a.link:link, a.link:visited {
    font-family: "Tiro Bangla";
    text-decoration: underline;
    color: #FFF;
    font-size: 20px;
}

a.link:focus, a.link:hover, a.link:active {
    font-family: "Tiro Bangla";
    text-decoration: underline;
    color: #000;
    font-size: 20px;
}

.texto_time {
    font-family: 'Bungee Spice', cursive;
    font-size: 80px;
    margin: 10px;
}

.texto_site {
   font-family: 'Holtwood One SC', serif;
   font-size: 34px;
   color: #8B0000; 
}

.link_texto_site:link, .link_texto_site:visited {
   font-family: 'Holtwood One SC', serif;
   font-size: 34px;
   color: #8B0000; 
}

.link_texto_site:hover, .link_texto_site:active {
   font-family: 'Holtwood One SC', serif;
   font-size: 34px;
   color: #ff0d5d; 
}


#geral {
    width: 100%;
}

#middle {
    position: relative;
    width: 1260px;
    display: table;
    margin: auto;

}

#left {
    background-color: #ff0d5d;
    color: #FFF;
    float: left;
    width: 600px;
    margin-right: 5px;
    padding: 10px;
    line-height: 28px;
     border-radius: 15px;
}

#right {
    background-color: #fdd305;
     /* color: #8B0000; */
    color: #000; 
    float: left;
    width: 600px;
    margin-left: 5px;
    padding: 10px;
    line-height: 28px;
     border-radius: 15px;    

}