*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    
}

nav {
    height: 8.5rem;
    background-color: black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
    text-align: center;
    
 }

nav img {
    width: 35rem;
  }

nav a{
    padding: 4rem 4rem;
    color: white;
    text-decoration: none;
}

.ball1 {
    height: 310px;
    width: 310px;
    background-color: #36abd8;
    border-radius: 50%;
    position: absolute;
    top: 15rem;
    left: 30rem;
}

.ball2{
    height: 150px;
    width: 150px;
    background-color: orange;
    border-radius: 50%;
    position: absolute;
    top: 27rem;
    left: 53rem;
}

h2 {
    text-align: center;
    color: white;
    padding-top: 5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2rem;
    
}

h3{
    text-align: center;
    color: white;
    
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2rem;
}


.list{
    text-align: center;
    color: white;
    padding-top: 3rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}

#background img{
    width: 100vw;
    height: 35%;
}

#dr {
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background-color: orange;
    position: absolute;
    left: -50rem;
    bottom: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#br{
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background-color: orange;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10rem;
    right: -38rem;
}

.tele{
    display: flex;
    position: relative;
    bottom: 11rem;
    left: 3rem;
    width: 46rem;
    background-color: white;
}



.msg {
    float: right;
    display: flex;
    position: relative;
    bottom: 20.5rem;
    right: 3rem;
    width: 46rem;
    background-color: #f9f9f9;
    height: 9rem;

}

h5 {
    font-size: 1.6em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 15rem;
}

.conv{
    
    position: absolute;
    padding-top: 3rem;
    top: 0.2rem;
    left: 8.5rem;
    color: #36abd8;
    font-size: 1em;
    width: 55rem;
    
}

#text{
    color: #36abd8;
    padding-top: 2rem;
}
/* #tele{
display: flex;
justify-content: space-between;
position: relative;
bottom: 10rem;

} */


