body {
    background-color: #00adc7;
    background-size: cover;
    background-image: url("/images/wata.gif");
    background-position: center;
    height: 100vh;
    margin: 0;
}

.left-sidebar {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.title {
   text-align: center;
    font-size: 5rem;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    border: 3px solid #00adc7;
    padding: 20px;
    margin: 20px auto;
    width: fit-content;
    background-color: #f0f8ff; 
    

}

.aboutshark {
    flex: 1;
    max-width: 300px;
    font-family: 'Rubik', sans-serif;
    border: 3px solid #00adc7;
    padding: 20px;
    background-color: #f0f8ff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#sharky {
    border: 2px solid #00adc7;
    width: 16rem;
    height: auto;
    margin-top: 10px;
}

.middle {
    display: flex;
    flex-direction: column;
    font-family: 'Rubik', sans-serif;
    font-size: 3.5rem;
    font-weight: normal;
    border: 3px solid #00adc7;
    border-radius: 0%;
    padding: 20px;
    margin: 20px auto;
    width: 60%;
    min-height: 300px;
    background-color: #f0f8ff; 
    box-sizing: border-box;
}

.right-sidebar {
    flex: 1;
    max-width: 200px;
    font-family: 'Rubik', sans-serif;
    border: 3px solid #00adc7;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #f0f8ff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.socials h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.social-list {
    list-style: none;
    padding: 0%;
    margin: 0%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-button {
    display: block;
    margin: 10px auto;
    padding: 10px 15px;
    background-color: #00adc7;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
    text-align: center;
    width: 80%;
}

.social-button:hover {
    background-color: #008ca3;
    transform: scale(1.05);
}

.blinkies {
    flex: 1;
    border: 3px solid #00adc7;
    padding: 20px;
    background-color: #f0f8ff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
}

.layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
