@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,800"); html { background-color: #FCFCFC; background-image: url(midcentury-pattern.png); background-repeat: repeat; background-size: 722px 241px; } .modal { width: 80vw; max-width: 720px; margin: 10vw auto 0; box-sizing: border-box; padding: 80px 48px 132px; background-color: #fefefe; box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.06), 0px 3px 16px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.06); border-radius: 16px; font-family: "Open Sans", sans-serif; text-align: center; } h1 { font-weight: 800; font-size: 24px; line-height: 40px; margin-bottom: 0.666666667em; } p { font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.25px; margin-bottom: 4.571428571em; } svg { max-width: 100%; height: auto; }