
body{background-color: lightblue;
    background-image: url("https://static.vecteezy.com/system/resources/previews/000/136/433/original/kiwi-bird-pattern-vector.jpg");
    background-size: cover;
    background-attachment: fixed;
    }

img#kwiwiwi{ border: 20px solid white;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 5px;
    padding: 10px;
    background-color: white;
    border-radius: 20px;
    width:100%;

    
    }

header{text-align:center;
    background-color: white;
    padding: 10px;
    border-radius: 25px;
    text-shadow: 3px 8px 12px;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    margin-top: 75px;}   
          
.flex-container {
    display: flex;
    flex-direction: row;
}
      
.flex-container > div {
    font-size: 16px;
}
      
#yipee{
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    margin-top: 20px;
    margin-left: 15%;
    margin-right:15%;
    background-color: white;
    padding-left: 25px;
}

h2{
    text-shadow: 3px 8px 12px;
}

nav {
    background-color: white;
    padding: 15px;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    position:fixed;
    top:0;
    left: 0;
    width: 100%;
    
}

nav a {
    color: black;
    text-decoration: none;
   
    transition-duration: 500ms;
    margin:5px;
}

nav a:hover{ 
    padding: 5px;
    border-radius: 2px;
    border-width: 1px;
    border-color:black;
    border-style: solid;
    margin-top:50px;
    background-color:lightgray;

}

.carrot-page{
    background-image:url("https://www.shutterstock.com/image-vector/cartoon-seamless-pattern-carrot-easter-600nw-2106191498.jpg");
    background-size: cover;
    background-attachment: fixed;

}