.topscreen {
    position: absolute !important;
    color: white;
    z-index: 99999 !important;
    top: 0px !important;
  
    display: flex !important;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
}

.row.topscreenwhite {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}

.defaultWhatsApp {
    position: absolute;
    z-index: 99999;
}