body, h1, P, span { 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}

#bg {
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
    text-align: center;
    display: flow-root;
}

.top {
    margin-top: 2vh;
    background-color: rgba(130, 131, 132, 0.29);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 30vw;
    min-width: 30vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5vh;
    font-weight: bold;
    color: whitesmoke;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.614);
}
.top > h1 {
    color: whitesmoke;
    font-size: 10vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}
#realFeelContainer {
    margin-left: 10vw;
    padding-bottom: 2vh;
}
.quote {
    background-color: rgba(130, 131, 132, 0.29);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 40vw;
    min-width: 100px;
    min-height: 10vh;
    max-height: fit-content;
    border-radius: 10px;
    align-self: flex-end;
    overflow-y: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.quote > p, .news > p {
    font-size: clamp(1rem, 2.5vh, 2rem);
}
.news {
    background-color: rgba(130, 131, 132, 0.29);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 40vw;
    min-width: 10vw;
    min-height: 10vh;
    border-radius: 10px;
    align-self: flex-start;
}
#layout {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    gap: 10vh;
    height: 100vh;
}
.bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-self: flex-end;
    width: 100vw;
    margin-bottom: 1vh;
}
a {
    color: aqua;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

button {
    background: none;
    border: none;
}
button:hover {
    cursor: pointer;
}
.hidden {
    display: none;
}
#settingsModal {
    background-color: rgba(100, 100, 100, 0.442);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px;
}
input {
    border-radius: 5px;
    border: none;
    height: 2.5vh;
    margin-bottom: 1vh;
    font-size: 1rem;
}
#save {
    background-color: rgba(25, 174, 25, 0.712);
    border-radius: 10px;
    padding: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: bold;
}
