@import "https://www.nerdfonts.com/assets/css/webfont.css";

        * {
            box-sizing: border-box;
        }
        @font-face {
            font-family: CommitMonoNerdFont;
            src: url(commitmonoregular.otf), format("opentype");
        }
        body{
            margin: 0;
        }
        html {
            background-image: url("japan\ village\ blur.jpg");
            background-repeat: repeat;
            background-size: 100%;
        }
        #navbar {
            overflow: hidden;
            background-color: rgb(17, 17, 17);
            position: fixed;
            width: 100%;
            z-index: 1;
        }
        #navbar:hover {
            border-bottom-color: #D699DE;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }
        #navbar a {
            float: left;
            display: block;
            color: #D699DE;
            font-size: 30px;
            text-align: center;
            padding: 20px 16px;
            text-decoration: none;
            height: 80px;
            font-family: CommitMonoNerdFont;
        }
        #navbar a:hover {
            background-color: #ddd;
            color: black;
        }
        #main {
            background-color: rgba(17, 17, 17, 0.8);
            position: absolute;
            top: 100px;
            left: 11%;
            width: 78%;
            border-style: solid;
            border-color: #D699DE;
            border-radius: 20px;
        }
        #GreetFirst {
            text-align: center;
            font-size: 90px;
            font-family: sans-serif;
        }
        #GreetSecond {
            text-align: center;
            font-size: 60px;
            font-family: CommitMonoNerdFont;
        }
        h1, p {
            color: #D699DE;
            position: relative;
            left: 20px;
        }
        #information {
            display: flex;
            flex-wrap: wrap;
            font-size: 30px;
            font-family: CommitMonoNerdFont;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        #informationheader {
            padding-top: 45px;
            color: #D699DE;
        }
        #DeliaProfilePic {
            position: relative;
            left: 150px;
            border-radius: 500px;
            border-style: solid;
            border-color: rgba(17, 17, 17, 0.3);
        }
        #information-text {
            color: #D699DE;
            flex-basis: 650px;
            font-size: 40px;
            white-space: nowrap;
        }
        #information-socials {
            background-color: rgb(34, 34, 34);
            flex-basis: 650px;
            height: 100px;
            border-radius: 20px;
            position: relative;
            left: 20px;
            width: 950px;
        }
        #information-socials a {
            float: left;
            display: block;
            color: #D699DE;
            font-size: 60px;
            text-align: center;
            padding: 15px 16px;
            text-decoration: none;
            height: 80px;
            font-family: CommitMonoNerdFont;
        }
        #information-socials a:hover {
            color: white;
        }
        #information-languages {
            background-color: rgb(34, 34, 34);
            flex-basis: 650px;
            height: 100px;
            border-radius: 20px;
            position: relative;
            left: 20px;
            width: 950px;
        }
        #information-languages i {
            float: left;
            display: block;
            color: #D699DE;
            font-size: 60px;
            text-align: center;
            padding: 15px 20px;
            text-decoration: none;
            height: 80px;
            font-family: CommitMonoNerdFont;
        }
        #information-languages a:hover {
            color: white;
        }
