.navbar {
    position: fixed;
    background-color: white;
    top: 0;
    width: 100%;
}

.navbar li {
    display: inline;
    padding: 0 20px;
}

.navbar a {
    text-decoration: none;
    color: black;
}

a.link {
    color: darkblue;
}

.banner {
    background-color:darkblue;
    text-align: center;
    margin-top: 50px;
    padding: 100px 0;
    color: white;
}

#garfield {
    height: 100px;
    width: 100px;
    filter: drop-shadow(5px 5px 5px black);
}

.garfield-section {
    padding: 20px 50px;
}

.inputer {
    border-radius: 6px;
}

button {
    border-radius: 5px;
    background-color: rgb(243, 141, 46);
}

#garfield-text {
    color: darkblue;
    font-size: 100px;
}

.bold {
    font-weight:900;
}

.para {
    font-weight: bold; 
}

#greet ul {
    list-style: none;
}

.avatar {
    background-image: url(./img/Garfield\ \(1\).jpg);
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}