
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');

:root{
    --primary: #8105d8;
}


body{
    background-color: black;
    font-family: 'Rock Salt', cursive;
    margin: auto;
    text-align: center;
    color:#8105d8;
    background-image: url("captain-of-the-pirates.svg");
    background-repeat: no-repeat;
    min-width: 600px;
    background-position: right;
    background-size: contain;
 
}



.header-style{
    text-align: center;
    font-weight: bold;
  
}

.header-style h1{
    letter-spacing: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    

}

.header-style h3{
    
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
 
}

.header-style p{
    margin-bottom: 2rem;
    margin-top: 0.1rem;
    font-size: 20px;
}

.main-style{
    display: block;
    width: 80%;
    max-width: 900px;
    height: auto; 
    margin: auto;
}




textarea {
    display: block;
    width: 80%;
    max-width: 500px;
    margin: auto;
    min-height: max-content;
    height: auto;
    padding: 1rem 1rem;
    border-radius: 0.8rem;
    border: 1px solid black;
    text-align: left;
    font-size: larger;
    background-color: white;

}

#pirate-btn {
    
    background-color: var(--primary);
    color: white;
    font-weight: bold;
    text-align: center;
    border: var(--primary);
    font-size: medium;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 5rem;
    margin-top: 5rem;
}


#pirate-text{
    display: block;
    width: 80%;
    max-width: 500px;
    margin: auto;
    min-height: max-content;
    height: auto;
    padding: 1rem 1rem;
    border-radius: 0.8rem;
    border: 1px solid black;
    text-align: left;
    font-size: larger;
    background-color: white;
}


.footer-style{
    border-style: outset;
    border-top-left-radius: 2rem;
    margin: auto;
    margin-top: 5rem;
    max-width: 600px;
}

.footer-style a{
    text-decoration: none;
    color: red;
}
