* { margin: 0; padding: 0 }

@font-face {
    font-family: ChivoMono-Medium;
    src: url(../Public/Chivo_Mono/static/ChivoMono-Medium.ttf);
}

body {
    text-align: center;
    font-size: 25px;
    height: 100%;
    background-color: #FFFFFF;
    color: #464649;
    font-family: ChivoMono-Medium;
}

h1 {
    font-size: 50px;
}

p {
    font-size: 20px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.taskbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #464649;
    height: 70px;
    position: fixed;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 8px 16px 0px #000000
}

.taskbar li {
    float: left;
}

.taskbar img {
    width: 50%;
    height: 50%;
    max-width: 100px;
}

.taskbar a{
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: #63B0CD;
}

.taskbar li:hover {
    background-color: #5A5A5E;
    height: 80px;
}

.dropdown #dropbtn {
    display: inline-block;
    background-color: #464649;
    padding: 14px 16px;
    font-size: inherit;
    font-family: inherit;
    border: none;
    color: #63B0CD;
    text-align: center;
}

.dropdown:hover #dropbtn {
    background-color: #5A5A5E;
    padding-bottom: 26px;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #464649;
    min-width: 108px;
    height: fit-content;
    z-index: 1;
    box-shadow: 0px 12px 18px -10px #000000
}

.dropdown-content a:hover {
    background-color: #5A5A5E;
}

.dropdown:hover .dropdown-content {display: block;}

.parallax {
    background-image: url("../Public/mac-computer.jpg");
    overflow: hidden;
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax h1 {
    color: #63B0CD;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.submit {
    background-color: #464649;
    color: #63B0CD;
    border-style: solid;
    padding: 5px;
}

.submit:hover {
    background-color: #5A5A5E;
    color: #63B0CD;
    border-style: solid;
    padding: 5px;
}

#key {
    color: #63B0CD;
}

#down-carat {
    font-size: 17px;
}

#left-carat {
    font-size: 27px;
}