.divContainer {
    top: 0;
    bottom: 0;
    border: none;
    padding: 15px;
    color: black;
    background-color: rgb(0,0,0);
    opacity: 0.6;
    z-index: 100000;
    position: fixed;
    left: 0;
    right: 0
}

.divContent {
    top: 45%;
    bottom: 45%;
    height: 10%;
    left: 40%;
    right: 40%;
    color: white;
    width: 20%;
    background: #2672cf00;
    position: fixed;
    text-align: center;
}
    .divContent img {
    
    width:80px;
    }