body{
    font-family: 'Courier New', Courier, monospace;
    margin: 0px;
    padding: 0px;
}

.column{
    float: left;
}

#wrapper{

}

#left{
    width: 14%;
    border: 1px solid white;
}

#center{
    width: 71%;
    margin: auto;
}

#right{
    width: 14%;
    border: 1px solid white;
}

h1{
    text-align: center;
}

#quote{
    text-align: center;
}

#randomizer{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; 
}

button{
    background-color: #04AA6D;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
}

button:hover {
    background-color: #037b4f;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.6)
}

#result{
    border: 1px solid black;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    background-color: rgb(216, 199, 175);
    text-align: center;
    padding:20px;
}

#ticker{
    font-size: 48px;
    font-weight: bolder;
    width: 100%;
    margin: auto;
}

#comp_name{
    font-size: 48px;
    font-weight: bolder;
    width: 100%;
}

#break{
    width:100%;
}