* {
    font-family : "LINE Seed Regular";
} h1, h3, .h5 {
    font-family : "LINE Seed Bold";
} .container {
    background-size : cover;
    background-position : center;
    background-attachment : fixed;
} .navbar {
    min-height : 12.5vh;
} .icon {
    height : 6.25vh;
} .w-200 {
    width : 200%;
} .border-left-0 {
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
} .section {
    margin-top : 12.5vh;
} .networks {
    height : 5vh;
} .text-justify {
    text-align : justify;
} .line {
    height : 3px;
    border-radius: 3px;
    background-color : #45AAF2;
} .ratio-1 {
    aspect-ratio : 1;
    object-fit : cover;
} .image-32 {
    width : 32px;
} .image-48 {
    width : 48px;
} .image-64 {
    width : 64px;
} .image-256 {
    width : 256px;
} .w-67 {
    width : 67%;
} .w-33 {
    width : 33%;
} .pointer {
    cursor : pointer;
} .h-10 {
    height : 10vh;
}