* {
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #020533;
}


h1 {
    font-size: 54px;
    margin-top: 20rem;
    text-align: center;
    padding-top: 1rem;
}

.wrapper {
    display: block;
    justify-items: center;
    background-color: #9fa0a1;
    width: 500px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 19px 73px 20px rgba(0,0,0,0.66);
    -webkit-box-shadow: 4px 19px 73px 20px rgba(0,0,0,0.66);
    -moz-box-shadow: 4px 19px 73px 20px rgba(0,0,0,0.66);
    border-radius: 10px;
}

.inputBox {
    field-sizing: content;
    width: 300px;
    min-width: 300px;
    max-width: min-content;
    overflow: scroll;
    display: block;
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
}

.chooseforme {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 10px;
    border-style: solid;
    border-width: .0125rem;
    box-sizing: border-box;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    letter-spacing: -.01em;
    line-height: 1.3;
    position: relative;
    text-align: left;
    position: relative;
    left: 35%;
}

.clear {
    background: #fff;
    border-radius: 10px;
    border-style: solid;
    border-width: .0125rem;
    box-sizing: border-box;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    letter-spacing: -.01em;
    line-height: 1.3;
    position: relative;
    text-align: left;
    position: relative;
    left: 45%;
}


#theChoice {
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

@viewport {
    width: device-width;
    zoom: 1.0;
}