*{
    text-decoration: none;  
    margin: 0 auto;
    padding: 0;
}

body {
    background-color: #505050;
}

section{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.top-container, .bot-container{
    background: transparent;
    width: 80%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}




.circle{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #DEAD29;
    margin: 0px 10px;
}

h1 {
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2 rem;
    color: #F1F1F1;
    height: auto;
    align-self: center;
    margin: 0;
    padding: 0;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1 rem;
    height: auto;
    background: transparent;
    color: #F1F1F1;
}