html {
    min-height: 100% !important;
    height: 100%;
}

body {
    min-height: 100% !important;
    height: 100%;
}

.bg-main {
    background-color: #156e99;
}

.text-main {
    color: #156e99;
}

.img-holder img {
    height: 200px;
    width: auto;
    border-radius: 200px;
}

.left-container {
    max-width: 450px;
    margin: auto;
    padding-top: 5rem;

    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    height: 100%;
}

.right-container {
    max-width: 600px;
    margin: 0 auto;
}

.fw-600 {
    font-weight: 600;
}

.skills-tech {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}

.skills-soft {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}