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

body {
    font-family: 'NeueHaasGroteskDisplay55Roman', Arial, sans-serif;
    background: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.container {
    text-align: center;
    max-width: 600px;
    width: 100%;
    background: white;
}

.logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 70px;
    display: block;
}

.message {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.text1{
    font-family: "NeueHaasGroteskDisplay65Medium";
    font-style: normal;
    font-stretch: normal;
    font-size:30px;
    color: #e4032c;
    letter-spacing: 0;
    line-height:24px;
}
.text2{
    font-family: "JuanaSemiBoldItalic";
    font-style: italic;
    font-stretch: normal;
    font-size:30px;
    color: #e4032c;
    letter-spacing: 0;
    line-height:24px;
}
.text3{
    font-family: "NeueHaasGroteskDisplay65Medium";
    font-style: normal;
    font-stretch: normal;
    font-size:20px;
    color: #e4032c;
    letter-spacing: 0;
    line-height:24px;
    display: inline-block;
    max-width: 460px;
}
.textbox1{
    margin-bottom:70px;
    max-width: 460px;
    display: inline-block;
}