.section1{
    display: flex;
    flex-direction: row;

}
.flexcontainer a{
    color: aliceblue;
    margin-left: 100px;
    float: right;
    font-size: 1.7rem;


}
.flexcontainer2{
    background-color: antiquewhite;
}
