



*{
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: dimgrey;
    text-decoration: none;
}

#tan{
    width: 30%;
    transform-origin: top center;
    object-fit: contain;
}

img#tan{
    position: center;
    margin-left: 0;
    min-height: min-content;
    float: left;
}

header{
    background-image: none;
    background-size: cover;
    text-align: left;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 115px;
    overflow-y: hidden;
}

.box h1{
    font-size: 50px;
}

.box img{
    position: left;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

h1{
    color: antiquewhite;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
}

h3{
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

h4{
    color: white;
    word-spacing: 5px;
    text-align: left;
    object-fit: cover;
}

nav ul li{
    display: inline-block;
}

nav{
    background-color: grey;
    padding: 10px 5px;
    word-spacing: 30px;
    text-align: right;
    box-sizing: border-box;
    width: 100vw;
    position: fixed;
    top: 0px;
    font-size: 30px;
}

nav ul li a{
    color: azure;
    text-decoration: none;
    word-spacing: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover{
    color: black;
}

a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
  }
  
  a:hover {
    background-color: azure;
    color: black;
    transition: 0.8s;
  }


  main{
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
    overflow: hidden;
  }
  
  .next {
    background-color: black;
    color: white;
    z-index: 9999;
  }
  
  .previous {
    background-color: black;
    color: white;
    z-index: 99999;
  }
  
  .round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }



 #board figure {
    width: 100%;
    display: inline-block;
}

#board{
    align-content: center;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    transition: transform 1s;
}

#board figure img {
    width: 80%;
}

figcaption{
    color: antiquewhite;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.responsive {
    width: 80%;
    max-width: 400px;
    height: auto;
  }

footer{
    padding: 30px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    background-color: grey;
    color:azure
}

