body {
    font-family: 'Noto Sans', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans Mono", monospace
}

.w3-row-padding img {
    margin-bottom: 10px
}

.w3-bar {
    width: 100%;
    font-family: "Noto Sans Mono", monospace;
}

ul {
    list-style-type: none
}

#SkillList li::before {
    content: '>_';
    font-size: 15px;
    color: limegreen;
    line-height: 1.7;
    padding-right: 10px;
}

/* Styling for the map container */
#viewDiv {
    aspect-ratio: 16 / 10;
    height: auto;
    width: 100%;
}

#ResumeButton {
    font-family: "Noto Sans Mono"
}

.fa {
    font-size: 1em !important;
}

iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}