*{
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.div0{
    margin-top: 248px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(103.3deg, #55efc4 24%, #74b9ff 50%, #a29bfe 80%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.div1{

    display: flex;
    color: rgb(233, 233, 233);
    font-size: large;
    font-weight: 550;
    justify-content: space-between;
    align-items: 2em;
    padding: 20px;
    

}

.d1,.d2,.d3{
    flex: 1;
    margin: 30px 20px;
    padding: 20px;
    text-align: justify;
    color: #ffffff;
    line-height: 1.5;
    background-color: rgba(62, 62, 62, 0.3);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.3);
}

.d1:hover,.d2:hover,.d3:hover{
    transform: scale(1.05);
}

p{
    text-indent: 2em;
    font-size: 20px;
}

.footer {
    margin-top: 20px;
    margin-bottom: -18px;
    background-color: #a29bfe;
    background-image: linear-gradient(103.3deg, #74b9ff , #a29bfe );
    text-align: center;
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    font-weight:550;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.3);
    padding: 8px;
}


