*{
    margin: 0;
    padding: 0;
}
body{
  background-color: #ffe4ea;
}
header{
    display: grid;
    grid-template-columns: 75% 1fr;
    background-color: #ebbfc6;
    border: #8e2c3e 4px solid;
    border-radius: 1.1em;
}
h1{
    text-align: center;
    margin: 6%;
    font-size: 4.5em;
    color: #cd7a89;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8e2c3e;
}
#logo{
    border-radius: 4em;
    height: auto;
    width: 50%;
    padding: 1.3em;
}
.dos{
    border-radius: 4em;
    height: 150px;
    width: 75%;
    padding: 1.3em;
}
.tres{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#uno{
    border-radius: 4em;
    height: 200px;
    width: 50%;
}
div{
    text-align: center;
}
footer{
    position: fixed;
    bottom: 3px;
    width: 100%;
    background-color: #e9b5bf;
}