@import url('https://fonts.googleapis.com/css2?family=Mukta&family=Rowdies&display=swap');

body {
    background-color: #EAE2B7;
}

main {
    color:#D62828;
    font-family: 'Mukta', sans-serif;
    border-style: solid;
    border-color: #FCBF49;
    border-radius: 20px;
    background-color: #ffd88b;
    padding-left: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 30px;
}

header {
    border-style: solid;
    border-color: #FCBF49;
    border-radius: 20px;
    background-color:#fda84e;
}

h1,h2,h3 {
    font-family: 'Rowdies';
}

h1 {
    text-align: center;
}

h2 {
    margin-left:5px;
    color:#F77F00
}

h3 {
    font-size: 20px;
    margin-left: 10px;
    color:#e2a72f
}

dt {
    color:#D62828;
    font-size: 17px;
    letter-spacing: 1px;
    width: 60%
    
}

dd {
    font-size: 16px;
    margin-left: 8px;
    width:60%
}

p {
    width:60%;
    margin-left: 10px;
}
img {
    margin-left: 10px;
}
hr {
    background-color:#F77F00;
    height:2px
}

small {
    color:#e2a72f;
    font-family:'Mukta', sans-serif;
}

li {
    color:#D62828;
    font-family: 'Mukta', sans-serif;
}

li:hover {
    color:#FCBF49;
    
    
}

a {
    color:#D62828;
}

dl {
    margin-left: 10px;
}

iframe {
    margin-left: 10px;
}
