#bg {
    background-image: url("../images/vaporwave-blue-pink.jpg");
    background-size: cover;
    background-position: center;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
}

.main-content h2 {
    font-size: 3rem;
    text-shadow: 4px 4px 0 black, 0 0 10px black, 0 0 20px black;
}

.main-content:first-child {
    margin: 12rem 0;
}


#the-one-and-only-float {
    width: 6rem; 
    float: left;
    shape-outside: url(../images/logo-better-white.png); 
    shape-margin: 0.4rem; 
    margin-left: 1.2rem; 
    margin-right: 0.8rem;
}




.opinion {
    gap: 1rem;
    width: 80%;
}

.opinion p {
    padding: 0 2rem;
}

.opinion h3 {
    font-weight: 100;
    font-size: 150%;
    text-align: end;
    width: 100%;
    margin: 0;
}

.opinion h1 {
    font-size: 2rem;
}

.opinion iframe {
    width: 100%;
    height: 30rem;
    border-radius: 1rem;
}






table {
    color: white;
    border-collapse: collapse;
}
  
table th,
table td {
    padding: 1rem 2rem;
    text-align: center;
}
  
table th {
    font-size: larger;
    font-weight: 100;
}
  
table td {
    font-size: 18px;
    border: 2px solid rgb(255, 255, 255);
}