body{
    background-image: url(image1.jpg);
    font-size: 15px;
  }

h1{
    font-family: "Verdana", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    color: black;
    text-shadow: 1px 1px 2px rgb(226, 128, 145), 0 0 25px pink, 0 0 5px pink;

}

h3{
    font-family: "Verdana", sans-serif;
    color:black;
    text-align: center;
}
p{
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    color: black;
    border: 1.5px outset #1e7f83;
    border-radius: 8px;
    background-color: #fff5e6;
    box-shadow: 5px 5px 5px #1e7f83;
    padding: 8px;
}

#sobremi{
    margin-left: 90px;
    width: 300px;
    height: 200px;
    padding-left: 15px;
    padding-right: 20px;
    float: left;
}

#seccion1{
    margin-left: 400px;
    margin-top: 60px;
    width: 700px;
    height: 200px;
    padding-left: 50px;
    padding-right: 50px;
    float: center;
}

#seccion2{
    margin-left: 500px;
    margin-top: 475px;
    width: 500px;
    height: 200px;
    padding-left: 50px;
    padding-right: 50px;
    float: center;
}

.info{
    margin-left:100px;
    color: black;
    font-family: verdana;
    font-size: 15px;
    font-style: normal;
    color: #0d2618;
    border: 1.5px outset #1e7f83;
    border-radius: 8px;
    background-color: #fff5e6;
    box-shadow: 5px 5px 5px #1e7f83;
    padding: 30px;
}

.info2{
    margin-left:10px;
    color: black;
    font-family: verdana;
    font-size: 15px;
    font-style: normal;
    color: #0d2618;
    border: 1.5px outset #1e7f83;
    border-radius: 8px;
    background-color: #fff5e6;
    box-shadow: 5px 5px 5px #1e7f83;
    padding: 20px;
}

.info3{
    margin:auto;
    color: black;
    font-family: verdana;
    font-size: 15px;
    font-style: normal;
    color: #0d2618;
    border: 1.5px outset #1e7f83;
    border-radius: 8px;
    background-color: #fff5e6;
    box-shadow: 5px 5px 5px #1e7f83;
    padding: 20px;
}

img{
    width: 50%;
    margin-left: 90px;
}


textarea {
    width: 50%;
    margin-top: auto;
    background-color: peachpuff;
    border: none;
    margin-left: 75px;
    font-weight: bold;
    line-height: 1;
    color: #666666;
    padding: 6px;
    border-radius: 20px;
    border: 2px outset #1e7f83;

    resize: none;
}
button {
    background-color: #af3773;
    opacity: 0.7;
    border: none;
    color: white;
    padding: 3px 3px;
    text-align: center;
    font-size: 15px;
    margin-left:120px;
    margin-top: 15px;
}
.gmail{
    width: 5%;
    margin-left: 2.5px;
    margin-right: 5px;
}
.github{
    width: 20%;
    
}
.icono{
    width:15%;
    height: 25%;
    margin-left: 20px;
}

table{
    width: 125%;
    margin-right: 400px;
}
