/* CONTENT */


.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    background: linear-gradient(to bottom, #04e4f8a8 , #d001df80), url("https://scontent.fmex2-1.fna.fbcdn.net/v/t39.30808-6/451190672_7857637944284246_2976368602681029432_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=833d8c&_nc_eui2=AeFsaE5DKg0JBxklRwwn0ZGyKyrcZzh9fv8rKtxnOH1-_wnTA7rEDDLMCxa9__6xBRn81YifeySCtQpUE75-CCDX&_nc_ohc=CYDY7UoLoVsQ7kNvgEA1V6_&_nc_oc=AdkGurKCW3daRN8LEE-uuP9xU5xTDEQZQWDRGSK61sh4su_Ft8lbCmzty5_ybOvPkOA&_nc_zt=23&_nc_ht=scontent.fmex2-1.fna&_nc_gid=EffbOqMqX7YkArCCeuUhiQ&oh=00_AYH1CdC-aTKuZlhRQIiRL1x201PFOhk-mck5JrYezdcHzg&oe=67E681F6") center no-repeat;
    border-radius: 0 0 120px 0;
    margin-bottom: 50px;
    background-size: cover;
  }
  
