*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: normal 16px/1.5 "Titillium Web", sans-serif;
  color: #020529;
  overflow-x: hidden;
  
}

div.background {
  background: lightblue url(3DEXPERIENCE.jpg) no-repeat center;
  background-size: cover;
  align-items: center;
  display: flex;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  
}

div.transbox {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 20px;
  margin: 30px;
  font-weight: bold;
  max-width: 880px;
  box-shadow: rgb(0 0 0) 0px 0px 20px 0px;
}

.seva{
  font-size: 12px;
  text-align: right;
  
}
@media screen and (max-width: 900px) {
 
}
@media screen and (max-width: 600px) {
  
}
