@font-face {
    font-family: Adamant;
    src: url(/fonts/PF\ Adamant\ Sans\ Pro\ Bold.ttf);
}

h1 {
    text-align: center;
}
body {
    background: linear-gradient(45deg, #ace3fa, #f5f5f5);
}
.maincont {
    font-family: Adamant;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar {
    background-color: #ace3fa;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
