body{ 
    margin: 0;
    padding-top: 800px;
    text-align: center;
    color: white;
    background-color: #FADEAA;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.profile{
    border-radius: 50%;
}
#welcome{
    position: absolute;
    bottom: 0;
    background: #648BC9;
    display: table;
    width: 100%;
    height: 100%;
}
h1{
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 300;
    color: black;
}
#name{
    font-size: 28px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#info{
    padding: 70px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.parallax-inner{
    display: table-cell;
    vertical-align: middle;
}
.line{
    height: 7px;
    background-color: rgb(54, 43, 90);
    width: 65px;
    margin: 8px auto;
}
.menu{
    list-style: none;
    background-color: rgb(1, 3, 67);
    position: fixed;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    background-image: url(imagenx.png);

}
.links{
    float: left;
    padding-top: 33px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 33px;
    font-size: 20px;
    font-family: 'Secular One', sans-serif;
    text-decoration: none;
    display: inline;
}
#brr{
    color: rgb(54, 43, 90);
}
#steam22x{
    border-radius: 100px;
    width: 800px;
    height: 800px;
}
.links:hover{
    font-size: 25px;
    text-decoration: underline;
}
#image1x{
    height: 600px;
    width: 500px;
}
h2{
    color: black;
}
p{
    color: black;
}