* {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #0c1f38;
    text-align: left;
}
html {
    overflow-y: scroll;
}
body {
    width: 75%;
    max-width: 960px;
    margin: 0 auto;
    background-color: #ebe8e2;
}
a {
    text-decoration: none;
    text-align: center;
    justify-content: center;
}
nav {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #abcee4;
    height: 40px;
    padding-top: 20px;
    text-align: center;
}
p {
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height: 1.6;
}
#content {
    overflow: auto;
    height: 100%;
}
.column1, .column2, .column3 {
    float: left;
    margin: 10px;
}
header {
    line-height: 1.6;
}
nav a {
    margin: 5px;
    color: #0c1f38;
    text-decoration: none;
}
nav a:visited{
    background-color: #2f5689;
}
li {
    line-height: 1.6;
}
#memuImg1 {
    float: left; 
    width: 450px; 
    margin-right: 20px; 
    border-radius: 10px;
    margin-bottom: 13px;
}
#memuImg2 {
    float: right;
    width: 450px;
    margin-right: 20px;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 18px;
}
#memuImg3 {
    float: left;
    width: 400px;
    margin-bottom: 8px;
    border-radius: 10px;
    margin-right: 20px;
}
.clickable-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.clickable {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    margin-left: 50px;
    background-color: #abcee4;
    width: 400px;
    border-radius: 16px;
    margin-top: 3px;
    padding: 15px;
    padding-inline: 20px;
}
.clickable img {
    border-radius: 16px;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-top: 5px;
    display: block; 
}
h3 {
    text-align: center;
}
#PictureOfMe {
    float: left;
    width: 350px;
    margin-right: 20px;
    border-radius: 10px;
}
#catHailey {
    clear: both;
    display: block;
    float: left;
    width: 90%;
    height: auto;
    margin-top: 20px;
    align-self: center;
    border-radius: 10px;
}
#catFlora {
    display: block;
    float: left;
    width: 90%;
    height: auto;
    margin-top: 20px;
    align-self: center;
    border-radius: 10px;
}
#catTuxedo {
    display: block;
    float: left;
    width: 90%;
    height: auto;
    margin-top: 20px;
    align-self: center;
    border-radius: 10px;
}
#memlib1 {
    float: left; 
    width: 300px; 
    margin-right: 20px; 
    border-radius: 10px;
    margin-bottom: 13px;
}
#memlib2 {
    float: right;
    width: 275px; 
    margin-right: 20px; 
    margin-left: 20px;
    border-radius: 10px;
    margin-bottom: 13px;
}
#memlib3 {
    float: left;
    width: 350px;
    margin-right: 20px;
    border-radius: 10px;
    margin-top: 13px;
}
#usouth1 {
    float: right;
    width: 550px;
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 13px;
    margin-bottom: 20px;
}
#usouth2 {
    float: left;
    width: 350px;
    margin-right: 25px;
    border-radius: 10px;
    margin-top: 13px;
    margin-bottom: 13px;
}
#usouth3 {
    float: right;
    width: 300px;
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 13px;
    margin-bottom: 13px;
}
a.underlined {
    text-decoration: underline !important;
}
.cats {
    justify-content: center;
    align-items: left;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: #abcee4;
    width: 250px;
    height: 400px;
    border-radius: 16px;
    margin-top: 25px;
    padding: 10px;
}
.catsText {
    margin-left: 16px;
}
#catBox {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#memuText {
    margin-bottom: 50px;
}
#memuText2 {
    margin-top: 200px;
}