@import 'https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans';

/* Structure */
body {
    background: rgb(5, 29, 73);
    background: linear-gradient(0deg, rgba(102, 178, 231, 1) 0%, rgba(5, 29, 73, 1) 100%);
}

body, a, p {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

#container {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.get-in-touch {
    margin-bottom: 25px;
}
.badges {
    margin-bottom: 10px;
}

.badges a {
    text-decoration: none;
}

.badges.primary img {
    width: 150px;
    height: 150px;
}

.badges.secondary img {
    width: 125px;
    height: 125px;
}

.badges.thirdly img {
    width: 100px;
    height: 100px;
}

/* Colors */
/* #041a64 blue */
/* #FF9900 orange */
/* #d4be4c gold */