.callGUI {
    position: absolute;
    left: 25%;
    top: 20%;
    width: 50%;
    height: 50%;

    border-radius: 30px;

    background-color: rgba(76, 175, 80, 0.9);

    color: white;
    text-align: center;
    font-size: 22px;
}