* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
nav {
    text-align: right;
    padding: 5px;
    position: relative;
    top: -50px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
nav ul li {
    display: inline;
    margin-right: 10px;
}
body {
    background-color: #8C533E;
    width: 100%;
}
#banner {
    background-image: url(../img/banner\ \(1\).jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
}
#logo {
    width: 150px;
    margin-left: 30px;
    position: relative;
    top: -5px;
    margin-bottom: -50px;
}
#fruit {
    margin-top: 30px;
    margin-left: 50px;
    height: 400px;
}
header {
    position: fixed;
    display: grid;
    background-color: #FCCC9E;
    width: 100%;
    height: 10%;
}
nav a {
    color: black;
    text-decoration: none;    
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;  
    transition: 0.3s ease;
    position: relative; 
}
nav a:hover {
        color: #8C533E;
        transition: 0.3s ease;
        position: relative; 
    }
@font-face {
    font-family: Knewave-Regular;
    src: url(font/Knewave-Regular.ttf);
}
@font-face {
    font-family: KiteOne-Regular;
    src: url(fonts/KiteOne-Regular.ttf);
}
@font-face {
    font-family: KleeOne-Regular;
    src: url(fonts/KleeOne-Regular.ttf);
}
@font-face {
    font-family: KleeOne-SemiBold;
    src: url(../fonts/KleeOne-SemiBold.ttf);
}
.grid1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) ;
    max-width: 1500px;
    margin: auto;
}
#about1 {
    text-align: center;
    background-color: #FCCC9E;
    border-radius: 50px;
    padding: 5px;
    margin-top: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#about2 {
    text-align: center;
    background-color: #FCCC9E;
    border-radius: 50px;
    padding: 5px;
    margin-top: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h2 {
    text-align: center;
    background-color: #FCCC9E;
    border-radius: 50px;
    padding: 5px;
    margin: auto;
    margin-top: 10px;
    max-width: 1500px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.pic {
    /* width: 100px; */
    height: 200px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#grid2 {
    background-color: #FCCC9E;
    border-radius: 50px;
   place-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) ;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 1500px;
}
.section2 {
    margin-top: 20px;   
}
#name, #bio {
    text-align: center;
    color: #FCCC9E;
    max-width: 1500px;
    margin: auto;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#ray {
    text-align: center;
}
p, a {
    color: black;
}
