body{
    background-color: #1c242f;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    background-color: rgb(193,57,143);;
    height: 100px;
}

a:hover{
    color: white;
}


.contenedor {
    display: flex;
    padding: 20px;
    align-items: center;
}

.personalData {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10%;
    color: white;
}


.ownpicture {
    height: 600px;
    margin-right: 50px;
    margin-left: 70px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    border-color: black;
}



footer {
    height: 100px;
    background-color: rgb(193,57,143);
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 15px;
}

.logo {
    margin-top: 10px;
    margin-bottom: 0;
    height: 80px;
    background-color: white;
}

@media (max-width: 1330px) {
.contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 25%;
    margin-right: 25%;
    }

.ownpicture {
    margin-bottom: 20px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}

@media (max-width: 600px) {
.fotoPersonal{
    height: 400px;
    }
    h1{
    font-size: 150%;
    }
    }
