* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: burlywood;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-indent: 15%;
}
h1 {
    font-size: 62px;
    text-shadow: 5px 5px 3px brown;
    position: relative;
}
section {
    border: 4px solid black;
    margin: 8px;
    min-height: 25px
}
#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    border: none;
}
.button {
    list-style: none;
    margin: 0;
    padding: 0;
}
.button li {
    padding: 18px;
    margin: 30%;
}
.button li:hover {
    color: white;
}
#about {
    position: absolute;
    left: 400px;
    max-height: 50vh;
    min-height: 40vh;
    max-width: 58vw;
    min-width: 50vw;
    background-image: url(/Images/beans.jpg);
    background-size: cover;
}
#owner {
    position: absolute;
    left: 400px;
    top: 550px;
    max-height: 50vh;
    min-height: 40vh;
    max-width: 58vw;
    min-width: 50vw;
    background-image: url(/Images/bar.jpg);
    background-size: cover;
    background-position: center 45%;
}
#slideshow{
    position: absolute;
    left: 1vw;
    height: 90vh;
    width: 300px;
}

