@font-face {
    font-family: 'ITC Avant';
    src: url(assets/ITC\ Avant\ Garde\ Gothic\ LT\ Demi\ Regular.otf);
}

h1 {
    font-family: 'ITC Avant', sans-serif;
    color: #000000;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}

h2 {
    font-family: 'ITC Avant', sans-serif;
    color: #000000;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}
h3 {
    font-family: 'ITC Avant', sans-serif;
    color: black;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.logo {
    width: 1000px;
    height: auto;
    margin-bottom: 20px;
}

body {
    background-image: url('assets/Updated_Background.png');
    background-size: cover;
    background-position: center;
    margin: 0;

}