.Websites-Table-Container {
    display: flex;
    justify-self: center;
    width: fit-content;
    gap: 1rem;
    transition: transform 900ms ease-in-out;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.Websites-Table {
    background-color: white;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.4);
    border-radius: 0.4rem;
    padding: 0.5rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 25rem;
    gap: 0.4rem;
    transition: transform 30ms ease-in-out;
}
.Websites-Table:hover{
    transform: scale(101%);
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.5);
}
.Website-Table-Content {
    display: flex;
    width: 25em;
    border-bottom: 2px black solid;
    transition: transform 20ms ease-in;
}
.Website-Table-Content:hover {
    transform: scale(102%);
}
#Website-Paragraph-Table {
    border-bottom: 2px black solid;
     font-size:3rem

}
.Website-IB-Specific-Container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 62%;
    justify-self: center;
    padding: 1.2rem;
    border-radius: 1rem;
}
.Website-Inf {
    padding: 1rem;
    scroll-margin-top: 15rem; 
}
a.Secondary-Link {
    display: block;
    width: fit-content;
    color: #130d46;
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 2rem;
}
a.Secondary-Link:hover {
    transform: scale(103%);
    text-decoration: underline;
    color: #000874;
}
h3 {
    padding: 0;
    margin: 0;
}