@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

* {
    box-sizing: border-box;
}

html, body {    
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    background: #1A1A1A;
    color: #b0b0b0;
}
a {
    text-decoration: none;
}
.icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons a {
    margin: 0 10px 0 10px;
}
.icons a i {
    transition: 0.3s;
    color: #fff;
    font-size: 40px;
}
.icons a i:hover {
    color: #5f6361;
    transition: 0.3s;
}
.text-center {
    text-align: center;
}
.font-size-big {
    font-size: 25px;
}
.border-round {
    border-radius: 50%;
}
.avatar {
    border: 4px solid #b0b0b0;
    height: 60px;
    position: absolute;
    top: 40px;
    left: 40px;
 
    left: 16px;
}

.author {
    font-family: "Montserrat", sans-serif;
    margin-top: 20px; 
    font-size: 20px;
    background: linear-gradient(to right, #5fe81a, #1ae869, #1ab8e8, #1a4de8, #1a20e8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
