@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background: url('./background.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: white;
}

.bold {
    font-weight: 600;
    color: gray;
}

.content {
    padding-top: 30px;
    padding-left: 30px;
}

.content p {
    margin: 0px;
}

.content a {
    color: gray;
    text-decoration: none;
}

.content a:hover {
    color: black;
    text-decoration: underline;
}

.logo {
    font-weight: 800;
    font-style: italic;
    margin: 0px;
}

.map {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.footer {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
}