﻿#Foto {
    height: 200px;
    width: 200px;
    margin: 2rem 0;
    border-radius: 50%;
    /*border: 4px solid black;*/
}

.seccion-bienvenida {
    margin: 5rem 0 10rem 0;
    color: white
}

    .seccion-bienvenida h1 {
        margin-bottom: 2rem;
    }

    .seccion-bienvenida p {
        font-family: sans-serif;
        line-height: 2rem;
        font-size: 1.5rem
    }

#imagenDotNet{
    width: 100px;
}

.cabecera{
    font-weight:bold;
}
.habilidades ul{
    list-style:none;
    padding-left: 0;
}
.habilidades i{
    color: #0d6efd;
    font-size: 30px
}