* {
    background-color: rgb(243, 243, 243);
}
main {
    padding: 10%;
    transition: 1s;

}
div {
    display: flex;}
h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 60px;
}
h2{
    color: lightblue;
    font-family: 'Mukta', sans-serif;
    font-size: 33px;
    font-weight: 400;
}
h3 {
    font-family: 'Mukta', sans-serif;
    font-weight: 200;
}
h4 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color:rgb(7, 127, 167)
}
p {
    font-family: 'Arimo', sans-serif;
    font-size: 22px;
}
button {
    background-color: rgb(250, 250, 250);
    border: 0px solid black;
    border-radius: 100px;
    padding: 15px;
    width: 300px;
    font-size: 35px;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;

}

a {
    color: lightblue;
    text-decoration: none;
}
a:hover {
    color: rgb(116, 197, 224);
}