
/*
Color Pallete
ece2f0- - light gray/tan
a6bddb- - light teal
1c9099- - Cyan
*/


body {
background-color: #a6bddb;
color: #ece2f0;
text-align: center;
margin: 0;
}
h1{
  color:#1c9099;
  padding:5px;
  margin:0;

}
#body-container {
  background-color:#1c9099;
max-width:1500px;
margin: auto;
min-height: 100vh;
border: 2px solid #f7f7f7;
border-radius: 25px;
overflow: hidden;
}
#header {
  background-color:#a6bddb;
}
#profile-picture {
  float:left;
}
#welcome-text {
  padding-top:25px;
  font-size:25px;
}
#research-interests {
  text-align:left;
  font-size: 25px;
  position:relative;
  left:50px;
}
#webmap-reviews {
  text-align: left ;
  font-size: 25px ;
  position:relative;

}
