﻿@import "main.css";


body {
    margin: 0;
    font: 16px/1 calibri;
    -webkit-font-smoothing: antialiased;
    background: url("../images/fresca_burger.jpg") left top fixed;
    background-size: cover;
    
}
main {
    padding-top: 5%;
    height: 100%;
    font-size: x-large;
}
.recipe h1 {
    font-size: xx-large;
    margin-bottom: 2%;
}
th, td {
    border-bottom: 1px solid #713603;
    padding: 1%;
}
.recipe ul li{
    list-style-type: circle;
    margin-top: 3%;
}
.recipe a {
    color: #D81802;
    font-weight: 600;
    text-decoration: underline;
}