*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-style: normal;
    background-color: #daa5c8;
}
.one{
    margin:10px;
}
.container{
    display: flex;
    justify-content: space-around;
}
hr{
    color: lightpink
}
.profile{
    display: flex;
}
@media screen and (max-width:640px) {
    .profile{
        display: block;
    }

}
footer{
    font-size: 35px;
    color: floralwhite;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    background-color:rgba(120, 192, 150, 0.788);
}
footer:hover{
    color: gold;
}
a:hover{
    color: chocolate;
}