body {
    
}

#outer {
    position: relative;
    top: 80px;
    margin: auto;
    width: 100%;
    padding: 10px;
}

#bungee {
    
    font-family: Avenir Next;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    color: #2C3137;
    margin-bottom: 50px;
}

#phone {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#ok {
    margin-left: auto;
    margin-right: auto;
}

#container {
    position: relative;
    height: 55px;
    top: 50px;
    margin: auto;
}

#button {
    position: relative;
    height: 55px;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 55px;
    text-align: center;
    color: #F7F8F9;
    background: #2C3137;
    border: 0.3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    width: 200px;
    margin: auto;
}