@import url(reset.css);

#Box {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
}

#Body {
    width: 100%;
}

#Follower {
    width: 10%;
    height: 10%;
    background-color: black;
    position: absolute;
    left: 50%;
}

input {
    width: 50vw;
    height: 10vh;
    text-align: center;
    font-size: 5vw;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border: none;
}

#ContentHolder {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}