* {
    font-family: 'Raleway', serif !important;
    color: #fff;
}

html, body {
    margin: 0;
    height: 100%;
}

hr {
    border-top: 2px solid rgb(255, 255, 255, .25);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.row {
    margin: 0;
}

body {
    background-color: black;
}

.container {
    padding: 25px 0;
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
    }

    .header-info {
        text-align: center;
        margin-top: 15px;
    }

    .container {
        padding: 20px 20px;
    }
}

.name {
    font-size: 32px !important;
}

.my-photo {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 2px solid white;
}

.web-dev {
    font-size: 16px !important;
}

.header-info span {
    font-size: 24px;
}

.portfolio {
    padding: 10px;
}

.skills-items span {
    margin-right: 10px;
}

.main-skill {
    font-weight: bolder;
}

.levels {
    align-items: center;
}

.language-circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 2px;
}