body{
    background-color: #222222;
    color: white;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.send-container{
    
}

h1{
    margin-top: 0;
}

input{
    border: none;
}
button{
    background-color: transparent;
    border: none;
    color: #007AFF;
    font-size: 18;
}