#top {
    border: 2px solid rgba(0, 0, 0, 0.712); /* Corrected border syntax */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    outline: 1px solid black; /* Corrected outline syntax */
    background-color: rgba(177, 168, 149, 0.438);
    padding-top: 2px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    margin: 0% auto;
    display: block;
}
iframe{
    justify-content: flex-end;
    display: flex;
    border-radius: 20px;
    margin: 0 auto;
    margin-left: 68%;
    border: 2px solid black;

   
}
h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.icon {
    width: 24px;
    height: 24px;
    background-image: url('./low-poly-sphere.gif');
    background-size: cover;
}

#links {
   padding-bottom: 3%;
}

html{
   border-radius: 2px;
}

body{
    background-color: rgba(198, 204, 172, 0.925);
}