body {
    background-color: rgb(169, 202, 191);
    
    
       
}


.h1{
    color: rgb(197, 159, 35);
   
}

.links {
      text-decoration: none;
        color: rgb(32, 72, 95);
        :hover{
            color: rgb(97, 164, 240);
            text-decoration: none;
        }
        :active{
             text-decoration: none; color: rgb(32, 72, 95);
            :hover{
            color: rgb(84, 150, 212);
            }
            }

    }

.div1 {
    position: fixed;
    transform: scaleY(0.5);
   
    font-size: 12px;
    background-color: white;
    width: 80%;
    
    padding: 10px;
    top: 5px;
    border: 5px solid rgb(37, 72, 73);
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: center;
    justify-self: center;
}

.firsttext {
    padding-top: 100px;
    align-self: center;
    justify-self: center;
    
}

.text {
    color: rgb(22, 32, 65)


}

.about {
    float: left;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    align-self:left;
    width: 500px;
    

}

.picture{
    
    padding: -30%;
    transform: scale(60%);
    height: 2%;
    align-self: top;
    justify-self: top;
    
}

.imgContainer{
    float: left;
}