body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.passhigh{
    height: 50px;
    width: 100%;

    margin: 0px;
    padding: 3px;

    display: flex;
    flex-flow: column wrap;

    justify-content: center;
}
.bettwen{
    align-content: space-between;
}

.namelogo{
    color: #798897;
    flex-basis: 15%;
    font-size: 2em;
}

.contatc{
    flex-basis: 15%;
}

/* CSS */
.button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    justify-content: center;
    line-height: 1.25;
    padding: 6px;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
  }
  .button-6:hover,
  .button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
  }
  .button-6:hover {
    transform: translateY(-1px);
  }
  .button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
  }

/*Rest things*/
.MaboMainPlace{
    margin: 2%;
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: (0, 0, 0, 0.65);
    /*border: solid 5px black;*/
    border-radius: 30px;
    padding: 30px;
    height: 80%;
}

.names{
    text-align: center;
    font-size: 1.1em;
}

.gruptext{
    width: 55%;

    margin-left: 18.5%;
    padding: 20px;
    border: solid 5px white;
    border-radius: 30px;

    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.xer{
    width: 55%;

    margin-left: 18.5%;
    padding: 20px;
    border: solid 5px white;
    border-radius: 30px;

    background-color: #eaeaea;
    background-image: url(img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    align-items: center;
}





















.item{
    display: flex;
    justify-content: center;
    align-content: center;
}
