body{
    background-color:rgb(230, 192, 134);
}
#ooglong{
    width:900px;
    height:400px;
    background-color:rgb(255, 238, 213);
    display:block;
    margin:0 auto;
    position:relative;
}
h2{
    text-align: center;
}
p{
    font-size:20px;
    font-family: helvetica;

}
a{
    font-size:50px;
    color:yellow;
}
.highlight{
    background-color:yellow;
}
h1{
    font-family:cursive;
    color:black;
    font-size:100px;
    text-align: center;
}
.boba{
    width:200px;
    border:0px;
    position:absolute;
    left:70%;
    transform:translateX(-30%);
    transform:translateY(20%);
}
img{
    width:500px;
    display:block;
    margin:0 auto;
    border:5px dotted red;
    border-radius: 30px;
}
iframe{
    width:900px;
    height:600px;
    display:block;
    margin:0 auto;
}