@import 'src/styles/colors'; .container { width: 100%; height: 100%; min-height: 1024px; position: relative; display: block; .content { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 633px; height: 425px; text-align: center; h2 { font-size: 32px; font-weight: bold; letter-spacing: 0; line-height: 42px; } p { font-size: 18px; letter-spacing: 0; line-height: 24px; } } } .buttons { width: 590px; height: 76px; border-radius: 4px; background-color: $color-gray2; margin-top: 17px; button { width: 280px; height: 56px; margin: 10px; font-family: "PT Sans"; font-weight: bold; } .secondary-button { background-color: #FFFFFF; margin-right: 0; } }