* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

body {
    background-color: rgb(69, 0, 134);
}

main {
    background-color: rgb(199, 150, 245);
    width: 500px;
    margin: auto;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.473);

}

h1 {
    font-size: 2cm;
    color: rgb(58, 0, 112);
}

h2 {
    font-size: 1.5cm;
    color: rgb(58, 0, 112);
}

img.lado {
    float: right

}

a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(58, 0, 112);
}

a:hover {
    text-decoration: underline;
    color: rgb(26, 26, 255);
}