h1,h2,h3,h4 { font-family: 'Roboto', sans-serif; }

body { 
    font-family: 'Lato', sans-serif; 
    margin:0;
    background-color: skyblue;
}

a {
    text-decoration: none;
    color:black;
}

h3 a {
    color: white;
}

.nav {
    top:0;
    border:0;
    padding:0;
    margin:0;
    height:80px;
    width:100%;
    background-color: royalblue;
    box-shadow: 0px 2px black;
}

.nav-item {
    float:left;
    border:0;
    padding:0;
    margin:0;
    text-align: center;
    
    color:white;
    background-color: royalblue;
    width:100px;
    height:80px;
}

.nav-item:hover {
    background-color: cadetblue;
}

.nav-item h3{

    margin-top:30px;
}

.logo {
    top:0;
    right:5px;
    position:absolute;
    border:0;
    color:white;
    text-align: right;
}

.body {
    margin:5px;
}

.item {
    margin: auto;
    min-width: 360px;
    max-width: 700px;
    background-color: white;
    border-radius: 25px;
    border-color: black;
    border: 1px;
    border-style: solid;
    margin-top: 10px;
    box-shadow: 1px 2px #777777;
}

.item-header, .item-body {
    margin-left: 20px;
    margin-right: 20px;
}

.cookie {
    bottom:0;
    left:0;
    position:absolute;
    border-color: black;
    border: 1px;
    border-style: solid;
    background-color: white;
    border-radius: 25px;
    border-color: black;
}

.cookie:hover {
    background-color: lightgrey;
}

.cookie p {
    margin:0;
    margin-left:5px;
    margin-right:5px;
}