body{
    content: "";
    background: linear-gradient(45deg, rgb(17, 16, 17) 0%, rgba(16, 16, 16, 0.42) 37%, rgb(18, 18, 19) 100%), url(../images/matt-bg.jpg);
    background-size: cover;
    font-family: Poppins, 'Open Sans';
}
/* Cookies */
::selection{
    color: #4d5093;
}
.main{
    justify-content: center;
    text-justify: center;
}
.header{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 7%;
    margin-left: 20% 
}
.mini-title{
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    margin-top: 12px;
}
.big-title{
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    margin-top: -1%;
}
.nickname{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg,#3c3f81 24%,#c98db0 64%,#db9b8f);
    color: transparent;
}
.about-me{
    color: #fff;
    margin-top: 1%;
    width: 800px;
    font-size: 22px;
}
