h1 {
max-width: 150px;
color: #0b06a0;
text-align: center;
margin-left: auto;
margin-right: auto;
height: 40px;
background-color: white;
border-radius: 8px;
border-style: solid;
border-color: #f7bb25;
border-width: 4px;
}
img {
border-style: solid;
border-color: #5278d8;
border-width: 4px;
border-radius: 50%;
height: 250px;
width: 250px;
float: left;
} 

div#big {
display: flex;
}
div#big > div {
border-radius: 8px;
border-style: solid;
border-color: #f7bb25;
border-width: 4px;
}
div#links {
color: #5278d8;
background-color: white;
padding-left: 10px;
margin-left: 30px;
width: 150px;
min-width: 150px;
height: 225px;
padding-top: 10px;
line-height: 40px;
}
div#bio, div#photo, div#art {
background-color: white;
margin-left: 30px;
min-height: 500px;
width: 1100px;
}
div#biotitle, div#phototitle, div#arttitle {
color: #0b06a0;
text-align: center;
min-width: 500px;
justify: center;
}
div#biobody, div#photobody, div#artbody {
display: flex;
color: #5278d8;
padding-left:10px;
}
div#biotext1, div#phototext, div#arttext {
margin-left: 50px;
text-align: left;
}
div#spacer {
min-width: 200px;
}
div#biotext2 {
margin-right: 50px;
text-align: right;
}
div#me {
padding-left: 10px;
}
h4 {
text-align: left;
padding-left: 10px;
}
a:link {
color: #5278d8;
font-size: 18px;
text-decoration: none;
}
a:visited {
color: #0b06a0;
}
a:hover {
color: #0b06a0;
font-size: 20px;
}

body {
background-color: #fccd4e;
}