@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;

        }
        #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:hover {
            background-color: #ddd;
            color: black;
        }

        h1, p, a {
            color: #D699DE;
            position: relative;
            font-family: CommitMonoNerdFont;
            font-size: 20px;
        }

        #filesize{
            color: #aaaaaa;
            position: relative;
            font-family: CommitMonoNerdFont;
            font-size: 20px;
        }
	
	#upload {
	color: #D699DE;
	position: relative;
	font-family: CommitMonoNerdFont;
	font-size: 40px;
	}
        .controls {
            color: #D699DE;
            font-family: CommitMonoNerdFont;
            font-size: 20px;
        }

        h2 {
            color: #D699DE;
            position: relative;
            font-family: CommitMonoNerdFont;
            font-size: 40px;
        }

        small {
            color: #aaaaaa;
            position: relative;
            font-family: CommitMonoNerdFont;
            font-size: 20px;
        }

        #information {
            overflow-wrap: break-word;
            display: flex;
            flex-direction: column;
            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 {
            float: left;
            border-radius: 500px;
            border-style: solid;
            border-color: rgba(17, 17, 17, 0.3);
        }
        #information-text {
            float: left;
            color: #D699DE;
            font-size: 40px;
        }

        #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;
        }
        .file-list {
        list-style: none;
        padding: 0;
        }

        .file-list li {
        padding: 6px 0;
        }

        .file-list a {
        text-decoration: none;
        font-weight: 500;
        }   


@media screen and (max-width: 500px) {
    #main {
            overflow-wrap: break-word;
            background-color: rgba(17, 17, 17, 0.8);
            position: absolute;
            top: 100px;
            width: 100%;
            border-style: solid;
            border-color: #D699DE;
            border-radius: 20px;
            padding-bottom: 10%;
        }
    #GreetFirst {
        text-align: center;
        font-size: 60px;
        font-family: sans-serif;
        }
    #GreetSecond {
        text-align: center;
        font-size: 40px;
        font-family: CommitMonoNerdFont;
        }
    #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;
    }
    #information-socials {
        display: grid;
        overflow-wrap: break-word;
        float: left;
        background-color: rgb(34, 34, 34);
        height: fit-content;
        border-radius: 20px;
        position: relative;
        left: 20px;
    }
    #information-socials a {
        overflow-wrap: break-word;
        float: left;
        display: block;
        color: #D699DE;
        font-size: 35px;
        text-align: center;
        padding: 15px 16px;
        text-decoration: none;
        height: 80px;
        font-family: CommitMonoNerdFont;
    }
}

@media screen and (min-width: 500px) {
    #main {
            overflow-wrap: break-word;
            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;
            padding-left: 2%;
        }
    #GreetFirst {
        text-align: center;
        font-size: 90px;
        font-family: sans-serif;
        }
    #GreetSecond {
        text-align: center;
        font-size: 60px;
        font-family: CommitMonoNerdFont;
        }
    #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;
    }
    #information-socials {
        display: block;
        overflow-wrap: break-word;
        float: left;
        background-color: rgb(34, 34, 34);
        height: fit-content;
        border-radius: 20px;
        position: relative;
        left: 20px;
        padding-bottom: 20px;
        }
    #information-socials a {
        overflow-wrap: break-word;
        float: left;
        display: block;
        color: #D699DE;
        font-size: 60px;
        text-align: center;
        padding: 15px 16px;
        text-decoration: none;
        height: 80px;
        font-family: CommitMonoNerdFont;
    } 

}
