@charset "UTF-8";

.userLayout {
  position: relative;
  width: 100%;
  height: 100vh;
  background:url("../../assets/bgc.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
