@charset "UTF-8";


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

hr{
    color:#3a130e;
}

.text432{
    margin-top: 30px;
   
}

p{

 color: #3a130e;
 border: 1px solid #3a130e;
 border-radius: 10px;
 padding: 5px;
 width: 200px;
  transition: 0.9s ease;
  text-align: center;
}

p:hover{
color: white;
background-color: #3a130e;
 border: 1px solid #3a130e;
 border-radius: 10px;
 padding: 5px;
 width: 200px; 
 transform: scale(1.1);
    transition: 0.9s ease;
}


.new-button img{
    width:50px;
    margin-left: 25px;
    transition: 0.9s ease;
}


.new-button img:hover{
    transform: scale(1.1);
    transition: 0.9s ease;
}



@media (min-width: 769px) {

.text432{
    margin-top: 30px;
    
}

}

@media (min-width: 850px) {

.text432{
    margin-top: 30px;
    
}


}

@media (min-width: 1500px) {
i
.text432{
    margin-top: 30px;
    margin-left: 0%;
}

}