body{background-color: whitesmoke;
   border-radius: 10px;
   border-color: rgba(0, 0, 0, 0.376);
   border-style:inset;
   border-width: 1px;}
@media screen and (max-width: 780px) {
  body {
    background-color: whitesmoke;
  }
}

body:hover{box-shadow: 0 10px 800px 0 rgb(8, 8, 8);}

.logohome{max-width: 350px;
border-radius: 3%;
padding: 10px;
margin: 20px;} 
@media screen and (max-width: 780px) {
  .logohome {
    display: block;
    margin: 0 auto;
  }
}
.logohome:hover{box-shadow: 0 10px 800px 0 rgb(8, 8, 8); min-width: auto;
}

@media screen and (max-width: 780px){
.logohome:hover {box-shadow: none;}
}

  
.pone{  
font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
font-size: 34px;
text-align: center;
color: #0a0d13d2; 
font-weight: 400;
max-width: 100%;
}


.ptwo { font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
text-align: center;
color: #0a0d13e3; 
font-size: 28px;
text-align: center;
font-weight: 500;
max-width: auto;
font-optical-sizing: auto;
}@media screen and (max-width: 780px) {
  .ptwo {
    text-align: center; font-size: 28px;
  }
}

.view { font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
text-align: center;
color: #0a0d13d2; 
font-size: 22px;
text-align: center;
font-weight: 300;
max-width: auto;
line-height: 30px;
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
background-color: rgba(240, 248, 255, 0.485);
padding: 4px;
}@media screen and (max-width: 780px) {
  .view {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
  }
}

.view:hover{box-shadow: 0 10px 800px 0 rgb(8, 8, 8); 
border-radius: 1%;
}

.cardhome {
  background-color: rgba(240, 248, 255, 0.502);
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 30%;
  margin: auto;
  border-radius: 25px;
  border: 25px; 
  }
  
.cardhome:hover {
    box-shadow: 0 10px 800px 0 rgba(9, 9, 9, 0.863);
    
  }   

.link {
text-decoration: none;
font-size: 16px;
color: #0a0d13d2; 
font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
text-align: center;

font-size: 22px;
   
 }@media screen and (max-width: 780px) {
  .link {
    text-align: center;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
  }
}
 
.containerhome { 
padding: 3%;
text-align: center;
width: auto;height: auto;
font-size: 16px;
font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
text-align: center;
color: #0a0d13d2; 

line-height: 10px;
}@media screen and (max-width: 780px) {
  .containerhome {
    text-align: center;
    line-height: none;
    font-size: 14px;
  }
}

ul {
  list-style-type: none;
  
  overflow: hidden;

}

.allura-regular {
font-family: "Allura", cursive;
font-style: normal;
color: #0a0d13d2; 
font-size: 28px;
text-align: center;
font-weight: 550;
max-width: auto;
}
