*{
    margin-left: 10px;
    margin-right: 10px;
}
.head{
    color: red;
    text-align: center;
    background-color: blanchedalmond;
}

.para{
    color: rgb(0, 0, 0);
    font-size: x-large;
    font: 100;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
}

.details{
    margin-left: 30px;
    color: darkmagenta;
}

.outer{
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner{
    width: 200px;
    height: 200px;
    background: lightgray; 
    overflow: scroll;
}


.inner:hover{
    width: 250px;
    height: 250px;
    transition: 0.4s;
    font-size: 16px;
}

.inner::after{
    transition: 0.4s;
}

.aoi{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300;
    text-decoration: underline;
}
.about{
    text-align: center;
    font-size: large;
    font-weight: bolder;
    background-color: blanchedalmond;
}

.footer{
    background-color: brown;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    float: left;
    gap: 50px;
}