* {
    margin: 0; padding: 0; border: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
    background-image: url(../images/pinkmartini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: justify;
    background-attachment: fixed;
    background-position: center;
    min-height: 2000px;
}

.container {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.topleft {
    flex: 1 0 50%;
   
    height: 50vh;
}

.topright {
    flex: 1 0 50%;
    
    height: 70vh;
}

.bottomleft {
    flex: 1 0 50%;
    
    height: 50vh;
}

.bottomright {
    flex: 1 0 50%;
    
    height: 50vh;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;

} 

p {
    font-weight: bold;
    font-size: 15px;

}