* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

main {
  min-height: calc(100vh - 243px);
  padding: 3rem 0;
}

body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.error {
  font-size: 12px;

}

.owner-image {
  max-width: 300px;
}

.logo {
  max-width: 90px;
  margin-left: 45px;
}

.homepage .index-section1 {
  background-image: url("/images/index1.png");
    min-height: calc(100vh - 243px);
  padding: 3rem 0;
}

.homepage main{
  padding: 0;
}

.loginSection {
  background-image: url("/images/login.png");
}

.registerSection {
  background-image: url("/images/register.jpeg");
}

.add-image {
  background-image: url("/images/add.jpg");
}

.image-footer{
    max-width: 213px;
}
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.carrusel{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

.carrusel-section{
  background-color: lemonchiffon;
}

.oneowner-section{
background-image: url("/images/cover.png");
}