			
				body{
				
					padding: 10% 0;

					background-image: url("bg-sato-linktree-leve.jpg");

					background-attachment: fixed;

					background-size: cover;

					background-position: center center;

					margin: 0;
				
				}

				p, h1, h2, h3, h4, h5, h6, span{

					font-family: 'Livvic', sans-serif;

					text-align: center;

				}

				.titulo{
					padding-top: 20px;

					font-size: 70px;

					color:#fff;

					background-color: #761b18aa;

					padding: 10px;
					
				
				}


				.logo{

					display: block;

					margin-left: auto;

					margin-right: auto;

					width: 50%;

					border-radius: 50%;

				}

				.paragrafo{

					margin-left:10%;

					margin-right:10%;

				}

				.texto{
					
					font-size:20px;

					text-align: center;
					
					color: #fff;

					background-color: #761b18cc;

					padding:10px;

					line-height: 2.4em;

					font-weight: 500;

				}

				#links{

					list-style-type:none;

					margin-left: auto;

					margin-right: auto;

					padding-left: 0px;

					width: 90%;
				
					font-size: 50px;
				
				}

				.btn_contato{

					cursor: pointer;
				
					width:100%;
				
					padding-top: 18px;
				
					padding-bottom:18px;
				
					font-family: 'Livvic', sans-serif;

					font-size: 20px;
				
					text-align:center;
				
					color: #fff;
				
					border: 0;
				
					background-color: #761b18;;
				
					border-radius: 60px;
				
					margin-bottom: 10px;
				
					transition: 0.5s;

					box-shadow: 5px 5px 10px #000;
				
				}

				.icone{

					padding-right:10px;

				}

				.fa-brands.fa-whatsapp.icone{
					
					font-size:22px;
					
					margin-bottom: -10px;
				}

				.ifood{

					height:20px;

					width: 20px;

				}

				.btn_contato:active{
				
					background-color: #fff;

					color: #761b18cc;
				
				}

				.btn_contato:hover{

					background-color: #fff;

					color: #761b18;

				}

				#horarios{
					font-size: 18px; 
					
					text-align: center; 
					
					color: #fff;	
					
					background-color: #761b18cc; 
					
					padding:10px; 
					
					width: 90%; 
					
					margin: 0 auto;
				}