@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.background {
   margin: 0;
   padding: 0;
   display: table;
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: url("img/ddlc.png") no-repeat center center/cover;
   vertical-align: middle;
   filter: brightness(25%);
}

.column {
   display: inline;
   position: absolute;
   margin-left: 100px;
   margin-right: 100px;
}

.maintitle {
   font-size: 3em;
   line-height: 1em;
   padding-top: 75px;
}

.title {
   font-size: 1.5em;
   line-height: 1.5em;
}

.gallery {
   padding-top: 25px;
}

.item {
   width: 360px;
   border-radius: 12px;
   margin-right: 7.5px;
   border-style: solid;
}

.photoitem {
   width: 360px;
   max-width: 360px;
   border-radius: 12px;
   margin-right: 7.5px;
}

:root {
   font-family: "Roboto", sans-serif;
   pointer-events: none;
   color: white;
}