.micro{
    width: 900px;
    height: 400px;
    background-color: black;
    margin-top: 200px;
    margin-left: 230px;
}
h2{
    color: antiquewhite;
    text-align: center;
    font-size: 40px;

}
h6{
    color: antiquewhite;
    text-align: center;
    font-size: 20px;
    padding-top: 160px;
    word-spacing: 3px;
    line-height: 20px;
}
.btm{
    width: 200px;
    height: 60px;
    background-color: brown;
    color: antiquewhite;
    text-transform: capitalize;
    border: none;
    border-radius: 10px;
    margin-top: 0px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
}
.btm:hover{
    background-color: rgb(227, 150, 7);
    font-size: 20px;
    font-weight: 500;
}
h1{
    color: antiquewhite;
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
}
.bon{
    width: 85%;
    height: 700px;
    background-color: black;
    margin-left: 100px;
    margin-bottom: 150px;
    border-radius: 20px;
}


iframe{
    width: 85%;
    height: 400px;
    margin-left: 100px;
    margin-bottom: 100px;
    border-radius: 20px;
}
.mmm{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.two{
    color: #fff;
    padding-top: 100px;
    padding-left: 50px;
    font-size: 50px;
    font-weight: 600;
}
.can{
    border: none;
    width: 500px;
    height: 80px;
    border-radius: 10px;
}
.can:hover{
    border: solid 2px maroon;
}
.button{
    border: none;
    width: 500px;
    height: 80px;
    border-radius: 10px;
    border: solid 2px maroon;
}
