* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Kumbh Sans', sans-serif;
}
body {
    position: relative;
    background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right 50vw bottom 40vh, left 50vw top 50vh;
    background-color:hsl(185, 75%, 39%) ;
}


.contenedor {
    width: 350px;
    height:400px;
    position: relative;
    margin: 100px auto;
    text-align: center;
    font-size: 18px;
    border-radius: 15px;
    background: white;
}
.imagen {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 150px;
    background-image: url(./images/bg-pattern-card.svg);
}

.cuerpo {
    position:relative;
    top:0;  
}

.img-oscar img{
    position: relative;
    border-radius: 50%;
    border: 6px solid white;
    top: -50px;
}
h1{
    margin-top: -35px;
    color: hsl(229, 23%, 23%);
    font-weight: 700;
    letter-spacing: 1px;
}
h1 span {
    color: hsl(227, 10%, 46%);
    padding-left: 5px;
    font-weight: 400;
}
.ciudad h2{
    font-size: 15px;
    color: hsl(227, 10%, 46%);
    margin-top: 15px;
    font-weight: 400;
}


.redes {
    position: relative;
    border-top: 1px solid hsl(0, 0%, 59%);
    display: flex;
    justify-content: center;
    justify-content: space-around;
    padding: 20px;
    top: 40px;  
}

.redes h3 {
    color: hsl(229, 23%, 23%);
    font-weight: 700;
}

.redes span {
    font-size: 12px;
    color: hsl(227, 10%, 46%);
    font-weight: 400;
    letter-spacing: 2px;
}
