body {
    font-family: Georgia;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 10px;
    background-color: #92b6cc;
}

.container {
    padding: 10px;
    margin: 10px;
    background-color: rgba(243, 243, 243, 0.945);
    border: 5px solid #768f9e;
}

.main-section {
    margin: 20px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 5px solid #768f9e;
    font-size: 23px;
}

.header {
    display: flex;
    flex-direction: column;
    background: url("Images/Background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 40px;
    align-items: center;
    border: 5px solid #768f9e;
}

.Founder-container, .Services-container, .ContactUs-container, .Customers-container, .Portfolio-container {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    text-decoration: underline;
    color: #768f9e;
}

.About-container {
    text-decoration: underline;
    color: #768f9e;
}

.Eric {
    max-width: 600px;
    height: auto;
    margin: auto;
    display: block;
    border: 5px solid #768f9e;
    margin-top: 5px;
}

.logo {
    max-width: 250px;
    height: auto;
}

.logo2 {
    max-width: 170px;
    height: auto;
    margin-bottom: 10px;
    padding-right: 5px;
}

h1 {
    color: white;
    margin-top: 10px;
    text-align: center;
    font-family: Georgia;
    font-size: 70px;
    -webkit-text-stroke: 1px #506a7f;
}

h3 {
    text-decoration: underline;
    color: #506a7f;
}

footer {
    align-items: center;
    margin-top: 20px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

p {
    font-size: 23px;
}

.List-section {
    font-size: 25px;
}

.polsky-navbar {
    margin-top: auto;
    background-color: white;
    font-size: 35px;
}

.polsky-navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

.polsky-navbar li {
    margin: 5px;
}

.polsky-navbar li a {
    display: block;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    transition: opacity 0.5s;
    background-color: #2f3a42;
}

.polsky-navbar li a:hover {
    background-color: #5a7a91;
    opacity: 1;
}

.polsky-navbar li a.animated {
    opacity: 0.5;
}

.polsky-navbar li a.animated:hover {
    opacity: 1;
}

.Contact-container {
    margin: 20px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    text-decoration: underline;
    border: 5px solid #768f9e;
    font-size: 20px;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
}

input, textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #768f9e;
    color: white;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #506a7f;
}

.footer-info {
    border: none;
    background-color: white;
    padding: 5px 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    width: 40px;
}
