﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #46494C;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

header {
    background-color: #333;
    font-family: Doto;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 0.2em 0;
}

nav {
    background-color: #4C5C68;
    text-align: center;
    padding: 0.5em 0;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

section {
    text-align: center;
    align-content: center;
    padding: 2em;
    max-width: 800px;
    margin: auto;
    background: #B7B4B8;
    border-radius: 8px;
    font-size: 1.25em;
}

h2 {
    color: #444;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3em;
}

footer {
    text-align: center;
    padding: 1em;
    background-color: #333;
    color: white;
    margin-top: 30px;
}


li {
    margin: 1em 0;
}

#contact {
    background-color: #4C5C68;
    color: black;
    font-size: 20px;
}

#C {
    color: black;
}


button {
    text-align: center;
    background-color: #4E6E87;
    border-width: 3px;
    border-color: #B7B4B8;
    width: 6em;
    height: 5em;
    color: white;
    font-size: 20px;
}
@font-face {
    font-family: 'Doto';
    src: url('../Doto-SemiBold.ttf');
}