body{
    text-align: center;
    align-content: center;
    background-color: rgb(205, 236, 225);
}

.top{
    font-family: 'Courier New', Courier, monospace;
}

.feel{
    color:blueviolet;
}

.effect1{
     font-size: 20px;
}

.effect2{
    color:rgb(85, 32, 219);
    background:rgb(228, 158, 158);
    padding: 100px;
    border-radius: 100%;
    font-size: 100px;
}

.effect3{
    color:rgb(147, 35, 4);
    background:rgb(26, 211, 224);
    padding: 50px;
    border-radius: 100%;
    font-size: 60px;
}

.effect4{
    color:rgb(194, 10, 157);
    background:rgb(236, 236, 180);
    padding: 50px;
    border-radius: 100%;
    font-size: 100px;
}

.effect5{                                         
    color:rgb(45, 12, 129);
    background:rgb(232, 228, 240);
    padding: 10px;
    border-radius: 10%;
}

.row{
    display: flex;
    align-content: center;
  
}

.colorful{
    color: rgb(234, 0, 255);
    font-weight: 800;
    text-align: center;
}