html{
    font-family: "Inter", Roboto, Arial, Helvetica, sans-serif;
}

body{
    margin: 0px;
    padding:0px;
    background: #2B3136;
    color: #E1E6E9;
}

div#content{
    margin:30px;
}

div#logo{
    float:left;
    margin: 0px 30px 60px 0px;
}
div#logo h1{
    font-size: 52px;
    line-height: 60px;
    margin: 0px;
}
div#explanation{
    float:left;
    margin: 0px 20px 60px 0px;
}
div#explanation h2{
    font-size: 18px;
    line-height: 24px;
    margin:6px 0px;
    font-weight: normal;
    color: #99AAB5;
}

div#mainsite{
    position: absolute;
    right:30px;
    top:20px;
}
div#mainsite h2{
    font-size: 18px;
    font-weight: normal;
    color: #E1E6E9;
}

div#mainsite h2 a{
    color: #E1E6E9;
    margin:0;

}

div#skalk-workarea{
    clear: both;
}

div#display-properties{
    float: left;
    margin-right: 40px;
}

#display-properties input{
    width: 200px;
    height:60px;
    background: #1F2326;
    border: 1px solid #141719;
    margin: 5px 0px 20px 0px;
    font-weight: bold;
    padding: 0px 10px;
    color: #E1E6E9;
    font-size: 44px;
}

#converter input{
    width: 500px;
    height:150px;
    background: #1F2326;
    border: 1px solid #141719;
    margin: 5px 0px 20px 0px;
    font-weight: bold;
    padding: 0px 10px;
    color: #E1E6E9;
    font-size: 112px;
}

#converter input:last-child, #display-properties input:last-child{
    margin-bottom: 0px;
}

div.label{
    font-size: 14px;
    color: #99AAB5;
    margin-top: 6px;
}


div#converter{
    float:left;
    border-left: 1px solid rgba(255,255,255,0.3);
    padding: 0px 0px 0px 40px;
}

#konvertr h2{
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}

input:focus{
    outline: none;
    border: 1px solid #2685C8 !important;
}

input::selection {
    background: #2685C8 !important; /* WebKit/Blink Browsers */
    color: #E1E6E9;
}
input::-moz-selection {
    background: #2685C8 !important; /* Gecko Browsers */
    color: #E1E6E9;
}