
.wrapper{
    width: 1170px;
    margin:auto;
}

.logo img{
    width: 200px;
    float: left;
    padding-left: 5%;
    padding-top: 2%;
}

.cont {
    display: flex;
    height: 90vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-cont {
    margin-top: 5rem;
    display: flex;

}

.img1 {
    margin-right: 15rem;
    margin-bottom: 10rem;
}

img {
    width: 300px;
}


.opa {
    opacity: 0;
    width: 10px;
}

.welcome-text p{
  
    border: 1px solid;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    color: black;
}