@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline+Text:wght@500&display=swap');
div {
    color: #edfaf0;
    margin-left: 10px;
}

.mint-background {
	background-color:#94b09b;
}
    
.thin-green-border {
	border-color: #8a9e8f;
	border-width: 4px;
	border-style: ridge;
	width: 540;
}

li {
    color: #b6d6c9;
}

.turkise-text {
    color: #50C7C7;
}

.pink-text {
	color: #db4bc1;
}

.yellow-text {
	color: #ffda75
}	

p {
    font-size: 20px;
    font-family: monospace;
    color:  #cce6c5;
}

body{
	background-color: #c8dece;	
}

h1 {
    font-size: 52x;
    font-family: 'Big Shoulders Inline Text', cursive;
	color: #6d9980;
}
	 
#wrapper {
    width: 1515px;
    margin: auto;
    background-color: #d5e6df;
    padding-right: 10px;
}

#article {
    width: 1270px;
    background-color: #537869;
    float: right;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
}

#footer {
    clear: both;
    background-color: #8fbfa0;
    margin: 0px;
    padding: 3px;
    padding-left: 25px;
    font: 2em sans-serif;
}

#nav {
    background-color:#758f7e;
    padding: 3px;
    padding-right: 0px;
    float: left;
    width: 200px;
}

nav ul {
    list-style: cursive;
}

nav a {
    text-decoration: none;
    position: relative;
    right: 30px;
    border: 3px solid black;
    padding: 3px;
    background-color: #c5dbca;
    color: black;
}

nav a:focus,
nav a:hover,
nav a:active {    
    text-decoration: underline;
    background-color: #dcf2e1;
}

nav li {
    margin: 13px 0px 5px 0px;
}

#ul1{
    float: left;
}

#ul2{
    float: right;
}

.link{
    color: #C6FFb8;
}