@charset "UTF-8";
/* CSS Document */

.myimg{
    width: 100%;
    margin-left: 10%;
    border-radius: 20px;
}

#back{
    margin-top: 200px;
    margin-bottom: 200px;
    transition: 0.9s ease;
}

#back:hover{
transform: scale(0.8);
transition: 0.9s ease;

}

#contabout{
 margin-top: 20%;
 width: 80%;
 margin-left: 12%;
 margin-bottom: 100px;
}

#about{
    background-color:#3a130e;
    width: 100%;
    color:white;

}
#about2{
    margin-top: 30px;
    background-color:#3a130e;
    width: 100%;
    color:white;
}

.text1{
margin-left: 7%; 
width: 90%;
font-size: 20pt;
padding-bottom: 100px;
padding-top: 100px;

}


.textaboutme{

    margin-top: 100px;
}

p{
    font-size: 10pt;
    color: #3a130e;
}
h3{
    color: #3a130e;
}

.organize{
    margin-top: 200px;
    margin-left: 20%;
}

.textaboutme1{

    margin-top: 100px;
}

.circle{
  width: 10px;
  height: 10px;
  background-color: #3a130e;
  border-radius: 50%;

}

.organize1{
    margin-left: 20%; 
    margin-top: 50px;

}

