*{
    margin: 0%;
    padding: 0%;
    font-family: 'Roboto', sans-serif;   
}
#arrowimg
{
    height: 30px;
    width: 30px;
    display: flex;
}
#arrowanc
{
   display: inline-block;
   position: absolute;
   left:10px;
   top: 15px;
}

button
{
    border-radius: 10px;
   background-color: rgb(191, 27, 213);
   color: whitesmoke;
   cursor: pointer;
   font-weight:300px;
   margin-bottom: 10px;
   padding-left: 5px;
   padding-right: 5px;
   margin-top: 3px;
   font-size: 18px;
   border-radius: 30px;
}
#t{
    display: block;
   font-size: 20px;
}
button:hover{
    background-color: rgb(255, 255, 255);
    color: black;
    font-weight: 300px;
}
div{
    margin-top: 60px;
    margin-left: 50px;
    margin-right: 20px;
    text-align:left;
}
#teli
{
text-decoration: none;
background-color: blueviolet;
color: white;
border-radius: 10px;
padding-left: 3px;
padding-right: 3px;
font-size: 15px;
text-align: justify;
}