.body{width:100%;height:calc(100vh - 100px);background:#256eab;background:linear-gradient(90deg,#256eab 15%,#249ac3);padding:0 20px}.bleft,.body{display:flex;align-items:center;justify-content:center}.bleft{flex:1 1;flex-direction:column;text-align:center}.home_title{color:#fff}.texts{display:flex;flex-direction:column;align-items:flex-start}.gamesbtn{background-color:#fff;border:3px solid #272727;display:flex;justify-content:center;align-items:center;font-size:15px;width:40%;gap:15px;padding:15px 20px;border-radius:20px;cursor:pointer;margin-top:20px;transition:.3s ease;color:#282828;font-size:35px}.gamesbtn:hover{transform:scale(1.1)}.bright{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-img{width:auto;opacity:.85}span{font-size:70px}h2,span{color:#fff}h2{font-size:50px}@media(max-width:1024px){.gamesbtn{width:50%;font-size:30px;padding:20px 15px}h2{font-size:40px}.home-img{height:250px}span{font-size:60px}}@media(max-width:768px){.body{flex-direction:column}.gamesbtn{width:60%;font-size:25px;padding:15px 10px}h2{font-size:35px}.home-img{height:200px}span{font-size:50px}}@media(max-width:480px){.gamesbtn{width:60%;height:25%;font-size:20px;padding:10px}h2{font-size:30px}.bleft{flex:2 1}.bright{flex:3 1}.home-img{height:150px}span{font-size:40px}}