*{
    height: 100%;
}
body {
    background-image: url(imagens/typing.gif);
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    height:100%;
    width: 100%;
}
header {
    height: auto;
    width: auto;
    margin: 10px;
    background-color: black;
    display: flex;
    outline: 1.5px solid rgb(175, 240, 169);
    border-radius: 20px;
}
header > h1 {
    margin: auto 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
header > nav {
    margin: 20px 40px 20px auto;
    outline: 2px solid rgb(40, 146, 14);
    border-radius: 30px;
    text-align: center;
}
header > nav > a {
    display: inline-block;
    padding: 20px;
    width: auto;
    height: auto;
}

main{
    height: auto;
    width: auto;
    margin: 30px 10px auto 10px;
    background-color: black;
    border-radius: 30px;
    padding: 30px;
    outline: 1px solid green;
}
p{
    text-align: justify;
}
h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
a {
    font-family: fantasy;
    text-shadow: 2px 2px 2px rgba(26, 49, 151, 0.753);
    color: rgb(246, 254, 255);
    text-decoration: none;
}
a:hover {
    border-radius: 30px;
    border: 3px solid rgb(14, 97, 3);
    font-size: large;
}
a > img {
    width: 30px;
}
#prof {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
}
#prof:hover {
    color: rgb(248, 248, 248);
    border: none;
}
#prof:active {
    color: aqua;
}
#habilidades {
    display: none;
}