@import url('https://fonts.googleapis.com/css2?family=Monda:wght@400;700&family=Rajdhani:wght@300;400;500;600;700&display=swap');

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
    color: #000;
    background-color: #FFF;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
}

.txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

h2 {
    font-weight: 400;
    color: #CA9208;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #CA9208;
}
