body{
    background-color:#00C3BD;
    font-family: Arial;
}

.header{
    flex-direction:column;
    background: #B1EFF8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

h1{
    text-align: center;
    color: #210124;
    font-weight:bolder;
    font-size:65px;
}

.bicep_icon{
    height: 70px;
    width: 70px;
    margin-bottom: 0px;
}

.figma_pages{
    height: 400px;
}

h2{
    color:#B1EFF8;
}

p,li{
    line-height: 30px;
    font-size:large;
    color: #003049;
}