@charset "utf-8";
* {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    box-sizing: border-box;
    vertical-align: baseline;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

.container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

a {
    transition: all 0.2 ease-in-out;
}

body {
    background: #f4f5f6;
    ;
}

header {
    height: 56px;
}

nav {
    text-align: right;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(83, 83, 83, 0.4);
    border-radius: 8px;
    box-shadow: 0.7px 0.7px 0.7px 0.7px rgba(121, 121, 121, 0.2);
    margin-bottom: 10px;
    margin-top: 10px;
}

nav ul {
    list-style: none;
    font-size: 0px;
    margin-left: 10px;
    text-align: center;
}

nav ul li {
    display: inline;
    line-height: 56px;
    cursor: default;
}

nav ul li a {
    font-size: 19px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .2px;
    cursor: pointer;
    margin-left: 15px;
}

nav ul li+li {
    margin-left: 10px;
}

nav ul li a:hover {
    color: rgb(210, 210, 210);
}

nav .icon {
    background-image: url(../img/B\ Squared\ Zone.png);
    background-size: 50px 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    height: 56px;
    width: 50px;
    display: inline-block;
    float: left;
}

nav ul li:last-child {
    float: right;
    height: 56px;
    margin-right: 10px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul li:last-child a {
    height: 75%;
    width: 70px;
    margin: 0;
    background-color: #26A691;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul li a:hover {
    color: #26A691;
}

nav ul li:last-child a:hover {
    color: white;
    background-color: #2fc4ab;
}

input[type="text"] {
    width: 200px;
    height: 70px;
    padding-left: 15px;
    border: black;
    border-radius: 8px;
}

input[type="button"] {
    width: 200px;
    height: 80px;
    margin-left: 20px;
    background-color: #26A691;
    color: white;
    font-weight: 500;
    font-size: 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

h2 {
    margin-top: 100px;
}

#ModeChanger {
    margin: 0;
    margin-top: 100px;
    width: 200px;
    height: 80px;
    background-color: #26A691;
    color: white;
    font-weight: 500;
    font-size: 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

form p {
    margin-top: 10px;
    border-radius: 8px;
    line-height: 70px;
    font-size: 28;
    padding-left: 15px;
    font-size: 30px;
    height: 70px;
    width: 420px;
    background-color: white;
}