#Title {
    font-family: "Rock 3D", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
    line-height: 1.1;
    rotate: -2deg;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 0.12rem;
    margin-top: 8rem;
}
#Highlight {
    font-weight: 700;
    color: orange;
}
.P-Container {
    margin-top: 1rem;
    border-radius: 5px;
    display: flex;
    padding: 2rem;
    justify-content: center;
    justify-self: center;
    align-items: center;    
}
.information {
    padding: 1rem;
    display: flex;
    max-width: 60rem;
    justify-content: center;
    align-items: center;
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 22px;
    font-style: normal;
    text-decoration: none;
}
#Hello {
    font-weight: 700;
    font-size: 22px;
}
.img{
    margin-left: 2rem;
    display: flex;
    height: 10rem;
}
#img {
    justify-content: center;
    width: 17rem;
    object-fit: cover;
}
.emoji {
    display: inline-block;
}
.emoji:hover {
    animation: spin 1s infinite linear;
}
@keyframes spin {
    from {transform: rotate(0deg) scale(140%);}
    to {transform: rotate(360deg) scale(140%);}
}
#Hello- {
    display: flex;
}
.ultimo {
    font-weight: 500;
    font-style: italic;
}
.Scroll-Container {
    display: flex;
    align-items: start;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.More-Content {
    height: 7rem;
    display: flex;
    font-size: 3rem;
    white-space: nowrap;
}
.Left-to-Right {
    align-items: center;
    display: flex;
    animation: Right 20s infinite linear;
}
@keyframes Right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}
.Bold {
    font-weight: 700;
}
.Italic {
    font-style: italic;
}
.Extras-Container {
    display: flex;
    align-items: end;
}
.Extras-Container p {
    margin-top: 10rem;
    font-size: 1.6rem;
     font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1;
    border-width: 0px 0px 0px 0px;
}
#Side-Text{
    padding-left: 0.6rem;
    border-image: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.815) 10% 90%, transparent 90%) 0 0 0 1 / 3px;
    width: 60%;
}
.Extras{
    display: flex;
    height: 12rem;
    padding-left: 2rem;
    padding-right: 1rem;
    justify-content: start;
}
.Extras p {
    font-family: "Darker Grotesque", sans-serif;
    margin: 0px;
    padding: 0px;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 1.2;
    font-style: normal;
    font-size: 10rem;
    text-shadow: rgba(0, 0, 0, 15%) 5px 5px 4px;
    background-image: url(/Images/yellow-and-black-caution-tape-barricade-tape-seamless-striped-pattern-or-texture-vector.jpg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Extras p:after {
    z-index: -1;
    height: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
}
#Extrasv2 {
    margin-bottom: 10rem;
}
