body {
    background: linear-gradient(#00000020, #00000020), url(/img/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

h2 {
    font-family: sans-serif;
    color: white;
    text-shadow: 2px -3px 8px #fbf6f0;
}

h3 {
    font-family: serif;
    font-size: 1.5rem;
}

a {
    color: white;
}

footer small {
    color: white;
    padding-top: 1%;
}

.Company_Section {
    align-content: center;
    border-right: thick groove black;
}

.Company_Section img {
    max-width: 80%;
}

.Information_Section {
    padding: 5% 0 5% 5%;
    color: #b2fcff;
    text-shadow: 4px -1px 5px black;
}

.Information_Section img {
    width: 8%;
}

.Information_Section a {
    text-shadow: 4px -1px 5px black;
}
.row {
    margin: 5%;
    padding: 5%;
}

.Footer_section {
    background-color: black;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
}
