body {
    background-color:#fafbfb;
    font-family:'Gill Sans', serif;
    font-size: 15px;  
}

h1 {
    color:#03475e;
    font-family:'Georgia', serif;
    font-size: 30px;
}

h2 {
    color:white;
    font-family:'Georgia', serif;
    font-size: 20px;
}

h3 {
    color:white;
    font-size: 15px;
}
.intro {
    color:#03475e;
}

.acheivements {
    color:white;
}

ul {
    color:white;
}

a {
    color:#03475e;
    font-weight: bold;
    text-decoration: none;
}
    
a:hover{
    color:white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.container {
   background-color:#03475e;
    width: 1200px;
    padding: 30px;
    margin: 10px auto;
    display: flex;
}

.item1 {
    background-color:#a4d3e2;
    padding: 10px;
    margin: 10px;
}

.item2 {
    background-color:#35a0c3;
    padding: 10px;
    margin: 10px; 
}

