@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);.container,.content,.name{display:flex}body{background-color:#91887f;color:#1c1c1c;font-family:Inter,sans-serif;font-size:16px;font-weight:400}a{text-decoration:none}.container{width:100%;height:100vh;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px 16px}.wrap{width:100%;max-width:500px;margin:0 auto}.building,.logo{width:35px}.logo,h3,h4{margin-right:10px}.under-construction{display:flex;align-items:center;margin-bottom:25px}h3,h4{color:#d4d4d4;font-size:1.5rem;font-weight:600}.text-content,h3{margin-bottom:25px}.content{flex-direction:column;align-items:flex-start;justify-content:center}.name{align-items:center;margin-bottom:15px}h5{color:#39342e;font-size:1.2rem;font-weight:500}.text-content p{line-height:180%}.reserve{display:inline-block;background-color:#49423b;color:#fff;padding:10px 25px;border:1px solid #423c35;border-radius:4px;box-shadow:0 8px 15px rgba(0,0,0,.1);transition:.4s}.reserve:hover{background-color:#4f4740;color:#f5f5f5;border:1px solid #49423b}@media screen and (max-width:768px){.container{margin:20% 0}}@media screen and (max-width:450px){h3,h4{font-size:1.3rem}.building{width:28px}}@media screen and (max-width:380px){h4{font-size:1.2rem}h3{font-size:1.1rem}}