@import url(reset.css);

#PageHolder {
    margin: auto;
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    border: solid black 0.2vw;
    padding: 1%;
}

#Radius_thing {
    width: 100%;
    height: 4vh;
    margin-top: 1vh;
}

#typeHolder {
    width: 90%;
    height: 4vh;
    justify-content: center;
    padding: 5%;
    border: solid black 0.2vw;
    margin: 5%;
}