@font-face {
    font-family: "SF Pro Text";
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.ttf)
}

body{
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
}
.flex-container {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.smaller_text>img {
    vertical-align: middle;
}

/* For iPhone 8, X */
@media only screen 
        and (max-width: 812px)
    {

    .flex-container {
        flex-direction: column;
    }

    .purple-container {
        grid-template-areas: "name name" "text text";
        width: 287px;

    }
    .Holdim_name {
        margin: 110px auto 0px auto;
        width: 287px;
        grid-area: name;
    }
    .under_img {
        margin-top: 10px;
        margin-bottom: 115px;
        font-family: 'SF Pro Text';
        font-style: normal;
        font-weight: 400;
        /* font-size: 24px; */
        font-size: 4.72vw;
        line-height: 32px;
        color: #555555;
        grid-area: text;
    }

    .smaller_text {
        margin-top: 5px;
        vertical-align: middle;
    }

    .purple {
        display: flex;
        flex-direction: column;
        background-color: #ECE5FF;
        min-width: 300px;
        align-items: center;
        justify-content: center;
    }

        .white {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 63px 16px;
        }
}

/* For Tablet, iPad */
@media only screen  and (min-width: 768px) 
                    and (max-width: 1024px) {

    .flex-container {
        flex-direction: column;
    }

    .Holdim_name {
        margin: 172px auto 0px auto;
        min-width: 290px;
    }

    .under_img {
        margin-top: 15px;
        margin-bottom: 165px;
        font-family: 'SF Pro Text';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        color: #555555;
    }

    .smaller_text {
        margin-top: 15px;
        vertical-align: middle;
    }

    .purple {
        display: flex;
        flex-direction: column;
        background-color: #ECE5FF;
        min-width: 768px;
        align-items: center;
        justify-content: center;
    }

    .white {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 175px 160px;
    }
}

/* For desktop */
@media screen  and (min-width: 1024px) {

    .Holdim_name {
    }

    .under_img {
        /* margin-top: 15px auto 327px auto; */
        margin-top: 15px;
        font-family: 'SF Pro Text';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        color: #555555;
        }

    .smaller_text {
        margin-top: 15px;
        vertical-align: middle;
    }

    .buttons {
        margin-top: 50px;
    }

    .purple {
        display: flex;
        flex-direction: column;
        background-color: #ECE5FF;
        min-width: 578px;
        align-items: center;
        justify-content: center;
    }

    .white {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 262px 128px;
    }
}   

button {
    background-color: #ECE5FF;
    border: 0px;
    border-radius: 4px;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #433E52;
    display: inline-flex;
    cursor: pointer;
    margin-right: 32px;
    margin-bottom: 10px;
    align-items: center;
    padding: 10px;
}

.button_img {
    margin-right: 10px;
}




.big_text{
    /* Website comming soon */
    
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
    
    
    /* Body text */
    
    color: #433E52;
}

.smaller_text{    
    /* We are looking forward */
    
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    
    
    /* Body text */
    
    color: #433E52;
}