

.construct{
    margin-top:2rem;
}
.buildtext{
    font-size:1.5rem;
    width:70%;
    line-height:3rem;
}
.titan-one-regular {
        font-family: "Titan One", sans-serif;
        font-weight: 400;
        font-style: normal;
        }
.tgmini{
    text-decoration: none;
    background-color:orangered;
    color:white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding:1rem;
    display: block;
    width:20%;
    border-radius:5px;
    margin-bottom: 2rem;
}
.tgmini:hover{
    padding:0.8rem ;
}
.telegramicon{
    width:10%;
    height:10%;
}
.concert-one-regular {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home{
    background-color: orangered;
    border-radius:10rem;
    display:block;
    width:5%;
    height:auto;
    margin-top:2rem;
    padding:1rem;
}
@media only screen and (max-width:540px){
    .construct{
        width:85%;
        height: auto;
    }
    .buildtext{
    font-size:1rem;
    width:100%;
    line-height:3rem;
    }
    .tgmini{
    padding:1rem;
    display: block;
    width:50%;
    margin-top:1rem;
    font-size:1.2rem;
    }
    .telegramicon{
    width:10%;
    height:10%;
    }
    .home{
    border-radius:10rem;
    display:block;
    width:15%;
    height:auto;
    margin-top:2rem;
    padding:1rem;
    }
}
@media only screen and (min-width:541px) and (max-width:1030px){
   .tgmini{
    font-size:1.5rem;
    width:40%;
    margin-top:2rem;
    }
     .telegramicon{
    width:12%;
    height:10%;
    }
   
}
