body
{
    background-color: #343248;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
}

h1
{
    text-align: center;
    font-size: 36px;
    color: rgb(255, 255, 255);

    position: relative;
    
    background-color: rgb(85, 74, 135);
}

h2
{   
    text-align: center;
    width: 240px;

    border-radius: 100px;
    background-color: rgb(56, 47, 101);
}

img
{
    border-radius: 50%;
}

img.icon
{
    width: 60px;
    height: 60px;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

p
{
    font-weight: normal;
    font-size: 17px;
    font-family: 'Times New Roman';
    letter-spacing: normal;
    text-align: center;
    line-height: 1.6;
    margin: 20px;

    background-color: rgba(11, 10, 16, 0.129);
    border-radius: 25px;
}

ul
{
    background-color: rgba(11, 10, 16, 0.129);
    border-radius: 25px;
}

section
{
    border: 10px solid rgb(121, 95, 235);
    background-color: rgb(102, 72, 236);

    border-radius: 25px;
}
