*{
    box-sizing: border-box;
}

.oso-1 {
	max-width: 70%;
    width: 80rem;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
	}
   
body {
    background-color:#F8F8FF;
    color: #333
}
h1 {
    text-align: center;
    font-size: 2.5rem;
    font-family: Poppins, 'Century Gothic', sans-serif;
    font-weight: 700;
    color:	#52427D;
    margin-bottom: 0.5rem;
}

h2 {
    font-family: Poppins-medium, 'Century Gothic', sans-serif;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

h3, h4, h5, h6 {
    font-family: Poppins-mediun, 'Century Gothic', sans-serif;
    text-align: center;
    font-size: 1.5rem;
}

p {
    font-family: 'Garamond', 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    text-align: left;
    line-height: 160%;
}

.p-center {
    text-align: center;
}

p a {
    color: #52427D;
}

p a:hover {
    color: #F8F8FF;
    background-color: #333;
    text-decoration: none;
}

ul {
	font-size: 1.5rem;
}

.cuerpo {

    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 800px;
}

nav {
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', 'Century Gothic', sans-serif;
    border-top: 2px dashed #333;
    border-bottom: 2px dashed #333;
    padding: 10px;
    background-color: #333;
    width: 80%;
    display: block;
    margin: auto;
}

nav a {
    color:#F8F8FF;
    margin-left: 5px;
    margin-right: 5px ;
    text-decoration: underline;
}

nav a:hover {
    color:#F8F8FF;
    background-color: #52427D;
    cursor: pointer;
}

.boton-contacto {
    font-size: 20px;
background-color:#333;
border: solid;
color:#F8F8FF;
padding: 10px;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
transition-duration: 0.4s;
font-family: 'Poppins', 'Century Gothic', sans-serif;
font-weight: bold;
}

.boton-contacto:hover {
    background-color: #52427D;
    color:#F8F8FF;
    border: solid;
    border-color:#52427D;
    cursor: pointer;
}

footer {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  color: #333;
  font-family: 'Poppins', 'Century Gothic', sans-serif;
padding: 10px;
font-size: 0.8rem;
}

footer a {
    color:#52427D
}

.inline-emoji {
    height: 1.5rem;
    width: auto;
}

.projects {
    text-align: justify;
    margin-bottom: 0.5rem;
}

.index {
    text-align: center;
}

.idiomas {
    font-weight: bold;
}

@media only screen and (max-width: 700px){
  .oso-1 {
    width: 400px;
}
}