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

html {
  font-size: 30px; }

body {
  width: 1920px;
  height: 1080px;
  padding: 6rem 15rem;
  background-image: url("/ds/italien-background-2.png");
  background-repeat: no-repeat;
  background-size: 1920px 1080px;
  font-family: Poppins; }

main {
  width: 100%;
  height: 100%;
  color: white; }

section > * {
  text-align: center; }

section h4 {
  font-family: Oswald;
  font-size: 140px;
  text-transform: uppercase;
  letter-spacing: 5px; }

section .name {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: 20px;
  text-transform: uppercase; }

section .details {
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 20px; }

section .price {
  margin-top: 20px;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase; }

section .summary {
  margin-top: -20px;
  font-size: 40px;
  font-weight: 700; }

section .readmore {
  text-align: left; }
