@charset "utf-8";


.wrapper{
    width: 100%;
    height: 100%;
}

.logo{
    width: 30%;
    height: auto; 
	max-width:250px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}

img{
    width: 100%;
    height: auto;
}