/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Jan-2019, 16:16:15
    Author     : Luke White
*/

.center{
    position: relative;
    margin: 0px auto;
    width: 400px;
}

.video_strip{
    width: 100%;
    margin-top: -20px;
}

.blue_button{
    background-image: linear-gradient(#5295a9, #6ec3de);
    color: white;
    width: 400px;
    height: 70px;
    font-weight: 500;
    margin: auto 0px;
}

.design_title{
    text-align: center;
    padding: 24px;
    font-size: 32px;
}

.ex_pad{
    padding: 16px;
}