* {
    font-family: 'Fredoka', sans-serif;
}

header {
    background-color: gray;
    padding-top: 1px;
    padding-bottom: 1px;
}

.header-list li {
    display: inline;
    list-style-type: none;
    padding-left: 1px;
    padding-right: 1px;
}

.header-list li a:hover {
    color: aquamarine;
}

.intro h1 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 5px;
}

.intro h3 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

.grid {
    display: inline-block;
    padding: 1%;
    border-radius: 5px;
    border: 2px;
    border-color: black;
    border-style: solid;
    width: 207;
}

@media only screen and (max-width:450px){
    .grid {
        width: 46%;
    }

    .vg-img {
        width: 44%;
    }
}

.vg-img {
    width: 200px;
    height: 200px;
}

.home-grid {
    display: inline;
}

.home-icon {
    height: 25px;
    
}

.grid-item {
    display: inline;
}

footer {
    background-color: gray;
    padding: 10px;
    margin-top: 20px;
}

footer p {
    text-align: center;
}

.image-box {
    display: inline;
}