﻿
.align-left {
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    background-color: lavender;
}

.row .full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    max-width: none;
}

.logo-align {
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 15px auto;
}
