@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*,
*::after,
*::before{
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
}

.container{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.header{
    margin-top: 10px;
    text-align: center;
}

.avatar__jpg{
    margin: 5px auto;
    width: 300px;
    border-radius: 50%;
}

.header__title{
    font-size: 30px;
}

.sub__title{
    font-size: 20px;
}

.line{
    height: 2px;
    background-color: #b60000;
    width: 50%;
    margin: 10px auto;
}

.about-title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-text{
    text-align: center;
    margin: 0 auto;
}

.skills__title{
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

.sills__logo{
    display: block;
    margin: 10px auto;
}

.youtube{
    display: block;
    margin: 20px auto;
}

.btn{
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 116px;
    background-color: black;
    color: white;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
}

.footer{
    height: 100px;
    text-align: center;
}

.add{
    display: flex;
    justify-content: space-between;
}

.add a{
    text-decoration: none;
    color: black;
}

