.welcome-screen{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;border-radius:50%;font-size:20px;width:500px;height:500px;display:flex;background-color:#dfdfdf}.home-inner-text{height:85%;width:70%;margin:auto;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.home-inner-text p{margin:0;font-size:18px;text-align:center}@media screen and (max-width:600px){.welcome-screen{width:85vw;height:85vw}.welcome-screen p{font-size:14px}}