*{
    font-family: 'Noto Sans TC', sans-serif;
}
body{
    background-color: rgb(233, 233, 233);
    }
.perfil{
    border-radius: 59% ;
    width: 40vh;
    display:flex;
    justify-content: center;
    margin: auto;
}
.contenedor{
    text-align: center;
}
.contenedor p{
    font-size: 1rem;
}
.email{
    background:rgb(19, 136, 165);
}
.email a, a:hover, a:visited{
    text-decoration: none;
    font-size: 1.5rem;
    color: aliceblue;
}
button{
    border-radius: 8px;
    margin-bottom: 20px;
}
header{
    background: #1e5799;
    background: -moz-linear-gradient(45deg,  #1e5799 0%, #2989d8 30%, #207cca 72%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg,  #1e5799 0%,#2989d8 30%,#207cca 72%,#7db9e8 100%);
    background: linear-gradient(45deg,  #1e5799 0%,#2989d8 30%,#207cca 72%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
    border-radius: 12px;
    width: 70vw;  
    font-size:2rem;
    height: 80vh;
    margin:9px auto 9px auto;
}
.centrar{
    display: flex;
    justify-content: center;
    align-items: center;
}@media screen and (min-width:300px){
    header h1{
        font-size: 2rem;
    }
    .texto{
        margin-top: 60px;
    }
}