body{
    min-height: 100vh;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
    background: rgb(56, 56, 56);
}

.Oral{
    font-size: 5em;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: center;
    color: rgb(121, 123, 248);
}

.aaa {
    border: 10px double rgb(57, 47, 146);
    border-left: 5em;
    border-right: 5em;
    font-size: 1.988em;
}

img {
    margin-top: 1%;
    border-radius: 8px;
    justify-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ret{
    margin-top: 3%;
    text-align: center;
    font-size: 5em;
}

.rat{
    text-decoration: none;
    color: white;
}