body
{
    background-image: radial-gradient(red,rgb(255, 255, 255));
    background-repeat: no-repeat;
    margin: 0px;
}

header
{
    background-image: radial-gradient(lightblue, white);
    font-size: 200%;
}

h1
{
    text-align: center;
    font-family: sans-serif;
    margin: 0px;
}

section
{
    margin-left: 1em;
    float: left;
    padding: 5px;
}

.fact
{
    width: max-content;
    height: max-content;
    display: contents;
    background-color:  white;
}


h3
{
    text-align: center;
}

.uma
{
    width: 138px;
    height: 204px;
    background-image: url(uma.jpg);
    background-repeat: no-repeat;
    outline: 2px solid black;
    background-size: 100%;
    box-shadow: 3px 3px black;
}

.cont
{
    padding-left: 3em;
    background-color: aqua;
}

.disc
{
    background-color: aqua;
    margin-top: 25em;
    padding-left: 3em;
}

.review
{
    background-color: aqua;
    margin-top: 7em;
    padding-left: 3em;
}