.main{height:100%;text-align:center;justify-items:center;justify-content:center;gap:50px}.first,.main{display:flex;align-items:center;flex-flow:column}.first{gap:5px}.first img{width:200px;height:250px;border-radius:10px;box-shadow:0 0 10px 0 #000;margin:-20px 0 20px;transition:all .2s}.first img:hover{box-shadow:0 0 10px 0 #ffb700}.Top{font-size:30px}.Bot,.Top{font-weight:700}.Bot{font-size:20px;color:#3b4ef5}a{text-decoration-line:none}.startboxs{flex-flow:row;gap:25px}.startbox,.startboxs{display:flex;align-items:center}.startbox{border:1px solid #000;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.297);width:200px;height:200px;flex-flow:column;justify-content:center;color:#000;font-weight:700;transition:all .2s;font-size:1.4rem;gap:15px}.startbox:hover{box-shadow:0 0 10px 0 #3b4ef58e!important;width:220px;height:220px}.startbox img{width:40%;height:40%}@media screen and (max-width:540px){.startbox{width:40vw;height:40vw}.startbox:hover{box-shadow:0 0 10px 0 #3b4ef58e!important;width:43vw;height:43vw}}