

#main {
    background-color: #FFFFFF;
    /* height: 1000px; */
    width: 40%;
    position: absolute;
    left: 48%;
    z-index: 1;
    top: 0;
    backdrop-filter: blur(10px);
    box-shadow: -50, 0, 50, white;
    box-shadow: 50, 0, 50, white;
}

#title {
    width: 100%;
    /* background-color: blue; */
}

.itlink {
    color:#FFD24C;
    font-weight: 500;
    text-decoration: underline;
}

.itlink:hover {
    color: #92B4EC;
}

#positron {
    display:  inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 55px;
    top: 50px;
    width: 45%;
    /* background-color: green; */
}

#h4s {
    display: inline-block;
    /* width: 30%; */
    /* background-color: blue; */
}

#title #h4s h4 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    width: 200%;
    /* background-color: red; */
}

#coords {
    text-align: left;
    color: #92B4EC;
    /* background-color: green; */
}
#knows {
    text-align: right;
    color: #FFD24C;
    /* background-color: red; */
}

#usual-text {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 10px;
    margin-bottom: 20px;
    line-height: 30pt;
}

#mono-text {
    overflow-x: auto;
    display: block;
    font-family: 'Roboto Mono', monospace;
    padding-left: 20px;
    font-weight: 300;
    font-size: 20px;
    margin: 10px;
    margin-bottom: 20px;
    line-height: 30pt;
    /* background-color: #92B4EC; */
    background-image: linear-gradient(to right, #92B4EC, #FFD24C);
    border-radius: 5px;
}

#form-location {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    /* background-color: green; */
}

#getlocation {
    border: none;
    margin-top: 20px;
    background-color: #92B4EC;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 5px;
    transition: 0.2s;
    border-radius: 2px;
}

#getlocation:hover {
    box-shadow: 2px 3px 2px darkgray;
    background-color: #FFE69A;
    transition: 0.2s;
}

#getlocation-comment {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
}

#auto {
    display: inline-block;
    width: 33%;
    height: 100%;
}
#or {
    width: 25%;
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    /* height: 80px;
    line-height: 80px; */
    /* background-color: blue; */
}

#manual {
    width: 40%;
    display: inline-block;
    /* background-color: red; */
    height: 100%;
    top: 0;
}

#minput {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #FFFFFF;
    transition: 0.2s;

}

#minput::placeholder {
    color: #92B4EC;
}

#minput:hover {
    border-color:#FFD24C;
    transition: 0.2s;
}

#msubmit {
    border: none;
    margin-top: 10px;
    background-color: #FFE69A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 5px;
    transition: 0.2s;
    border-radius: 2px;
}

#msubmit:hover {
    box-shadow: 2px 3px 2px darkgray;
    background-color: #92B4EC;
    transition: 0.2s;
}

.subh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 35px;
    display: block;
    margin-bottom: 20px;
}

.ingimg {
    width: 100%;
    border-radius: 5px;
}
