*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
    background-color:#2d2a2a;
    height: 1106px;
}
.container{
    height: 100vh;
    width: 100%;
}
.green-back{
    background-color: #1caf57;
    width: 100%;
    height: 220px;
}
.nav{
    display: flex;
    height: 50px;
    position: absolute;
    margin: 25px auto auto 230px;
}
.logo{
    height: 45px;
}
.title{
    margin: 14px auto auto 15px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    cursor: context-menu;
}
.box{
    background-color: white;
    width: 770px;
    margin: 100px auto 100px 310px;
    position: absolute;
    border: none;
    border-radius: 3px;
    padding: 70px 65px 65px 65px;
    box-shadow: 8px 8px 10px rgba(126, 126, 126, 0.493), -8px -8px 10px rgba(126, 126, 126, 0.329);
}
.main{
    display: flex;
}
.left{
    display: flex;
    flex-direction: column;
    width: 790px;
    color: #525252;
}
.second-title{
    font-size: 27px;
    font-weight: 200;
    margin-bottom: 50px;
}
.info{
    font-size: 17.5px;
    margin-bottom: 25px;
    padding-left: 10px;
    cursor: context-menu;
}
.link{
    text-decoration: none;
    color: #00B099;
    font-size: 14px;
}
.link-box{
    margin-top: 60px;
}
.qr{
    width: 261px;
    border-radius: 2px;
    position: relative;
}
.logo2{
    position: absolute;
    width: 61px;
    right: 165px;
    top: 170px;
    border: -10px;
}
.check{
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #525252;
}
.bottom{
    margin: 152px auto 0 96px;
}
.circle{
    position: absolute;
    bottom: 177px;
    left: 396px;
    width: 85px;
    height: 85px;
    background-color: rgba(0, 0, 0, 0.363);
    border-radius: 50px;
    cursor: pointer;
}
.play{
    margin: 26px 31px;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #D8DBD6; 
}
   
::-webkit-scrollbar-thumb {
    background: #888; 
}
  
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}