body {
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Helvetica', 'Arial', sans-serif;
    background-color: #0E1821;
}

.topsection{
    min-height: 100vh;
    height: max-content;
    width: 100%;
    background-color: #0E1821;
    margin-top: 0px;
}

.aboutmeinner {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.toplogo {
    width: 400px;
    border-radius: 50%;
    margin-top: 00px;
    max-width: 80vw
}

.nameheader {
    color: #C5D0D9;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    
}

.subline1 {
    color: #C5D0D9;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    
}

.subline2 {
    color: #C5D0D9;
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    
}

.infosection {
    height: max-content;
    padding-bottom: 40px;
    width: 100%;
    background: url("bg.png") no-repeat 
    top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 20px;
}

.info-sec1 {
    width: 940px;
    transform: translateX(-50%);
    height: max-content;
    background-color: #0E1821;
    margin-left: 50%;
    padding-bottom: 25px;
}

.info-sec2 {
    width: 940px;
    margin-top: 60px;
    transform: translateX(-50%);
    height: max-content;
    background-color: #0E1821;
    margin-left: 50%;
    padding-bottom: 25px;
}

.nameheader-sec1 {
    color: #C5D0D9;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
}

.list-sect1 {
    margin-left: 50px;
    margin-top: 25px;
}

.list-sect1 li {
    margin-top: 25px;
    color: #C5D0D9;
    font-size: 15px;
}

.portfolio {
    height: max-content;
    width: 100%;
    background-color: #0E1821;
    padding-top: 10px;
}

@media (max-width: 600px) {
    .pf-column {
        margin-right: 10px;
        width: 100%;
        height: fit-content;
    }

    .copyright-notice {
        display: none;
    }
}
@media (min-width: 600px) {
    .pf-column {
        float: left;
        width: calc(33.33% - 6.66px);
        height: fit-content;
    }
    .pf-column-middle {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.pf-img {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .info-sec1 {
        width: 650px;
    }

    .info-sec2 {
        width: 650px;
    }

    .list-sect1 {
        margin-left: 10px;
        margin-top: 35px;
    }
}

@media (max-width: 650px) {
    .info-sec1 {
        width: 100%;
    }

    .info-sec2 {
        width: 100%;
    }
}