@charset"UTF-8";

header{
    background-color: aqua;
    text-align: center;
}
body{
    background-color: bisque;
    text-align: center;
}

.richmenu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.guidemenu{
    list-style: none;
}

.guidecontent{
    list-style: none;
}
#richmenuimage{
    height: auto0;
    width: 180px;
}

#resized-image{
    height: auto;
    width: 90px;
}

footer{
    background-color: burlywood;
    text-align: center;
}

@media screen and (max-width: 600px) { 
}