@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');

.lalezar-regular {
    font-family: "Lalezar", system-ui;
    font-weight: 400;
    font-style: normal;
  }

*{
    margin: 0;
    padding: 0;
 }

 body{
    min-height: 100vh;
    background-image: linear-gradient(#3C409A,#28166F ) ;
}

p{
    margin-top: 12px;
    font-size: 20px;
    font-weight: 100;
    font-family:"Lalezar", system-ui;
    margin-bottom: 100px;
    font-size: 20px;
}

.image {
	padding-top: 20px;
	padding-bottom: 30px;
}
.by {
	padding-top: 50px;
}

.box {
    width: 30%;
    height: 50px;
    background: #fff;
    justify-content: space-between;
    border-radius: 20px;
    text-align: center;
    display:flex;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, 0.332);
}

@media only screen and (max-width: 780px) {
    .box {
        width: 80%;
    }
}
.box:hover{
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.02s;
    transform: scale(1.05);
    background-color:#28166F;
    color:white;
}
.icon {
        margin: 10px 2px 2px 15px;
}
.space {
        width:  40px;
        height: 40px;
        border-radius: 20px;
}

a {
    color:#28166F;
    text-decoration: none;
    font-family: "Lalezar", system-ui;
}