.unavailable{
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.unavailable img{
    width: 50px;
}

.unavailable .info{
    width: 500px;
}

.unavailable ul{
    display: inline;
    list-style-type: disc;
}

.unavailable ul li{
    margin: 10px;
}

/* EYE */
.container:has(.websiteEye), .websiteEye{
    width: 100%;
    display :flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}
 
/* I AM HERE */
.websiteIAMHERE{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  width: 100%;
  background-color: rgb(255, 47, 0);
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.IOI{
  word-break: break-word;
  white-space: normal;
}
.nums{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#000;
}

/* THE BLACK WAVES */
.websiteTheBlackWaves{
    min-height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    color:gray;
    font-size: 20px;
}

/* FATHER DONALD */
.container:has(.websiteFatherDonald){
    background-color: black;
}
.websiteFatherDonald{
    display:flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
    min-height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    padding-bottom: 50px;
}
.websiteFatherDonald img{
    width: 100%;
}
.container:has(.nextDonald){
    background-color: black;
}
.nextDonald{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

/* VACATION */
.websiteVacation{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3fb9ff;
    width: 100%;
    height: 100%;
}
#row1, #row3{
    height: 90%;
    display: flex;
    align-items: end;
}
.websiteVacation img{
    width: 100%;
}

/* WE ROCK */
.container:has(.websiteWeRock){
    background-image:url("/src/images/websites/weRock/background4.jpg");
    font-family:sans-serif;
    font-size: 18px;
}
.websiteWeRock{
    display: flex;
    width: 100%;
    height: 100%;
}
#content{
    margin: auto;
    background-color: #302E30;
    width: 60%;
    min-height: 100%;
    color:#C0C0C0;
    box-shadow: 0px 0px 1px 190px black;
}
.websiteWeRock p    {
    margin-left:20px;
    margin-right:20px
}
.websiteWeRock ul{
    display: flex;
    flex-direction: column;
    text-align: center;
}

/* AVE SATAN */
.websiteAveSatan{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    padding-bottom: 20px;
    text-wrap: wrap;
}

.websiteAveSatan span{
    color: #8d00f8;
    text-transform: uppercase;
}

/* DRONE SPY */
.container:has(.websiteDroneSpy){
    background: #000;
}
.websiteDroneSpy{
    font-family: Arial, Helvetica, sans-serif;
    color: #00FF00;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;

    min-height: auto;
}

.websiteDroneSpy img{
    float: left;
}
/* RED TRIANGLE */
.websiteRedTriangle{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
}
.websiteRedTriangle p{
    font-size: 15px;
    color: rgb(255, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
}

.websiteYourData{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding-bottom: 100px;
}
.container:has(.websiteYourData){
    background: url("/src/images/websites/yourData/background6.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.websiteFiftySeven{
    background-color: #000;
    height: 100%;
    width: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container:has(.websiteDeepJournal){
    background-color: #000;
    width: 100%;
}
.websiteDeepJournal{
    color:#fff;
    font-size: 15px;
    width: 100%;
}
#journalHeader{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#deepJournalHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid gray;
    padding: 50px;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 25px;
}
.message-container{
    height: fit-content;
    width:100%;
    margin-bottom: 40px;
    margin-left: 10px;
}
.message:has(.green){
    background-color:#222b42;
}
.message{
    margin-bottom: 10px;
    border: 1px solid gray;
    width: fit-content;
    height: fit-content;
}
.websiteStLouisArch{
    background-color: #333333;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#StLouisArchContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:50%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial Black", Gadget, sans-serif;
}

.container:has(.websiteForgiveMe){
    width: 100%;
}

.websiteForgiveMe{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 90%;
    height: 95%;
    margin: auto;
}
#confessionForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
#inputHolder{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
#confessionForm textarea{
    outline: none;
    border: 1px solid rgb(88, 166, 243);
    border-radius: 5px;
    resize: none;
    width:80%;
    height: 70px;
}

#confessionForm input[type="submit"]{
    margin-top: 20px;
    outline: none;
    border: none;
    text-decoration: underline;
    height: 60px;
    border-radius: 10px;
    width: 350px;
    background: rgba(103, 177, 252, 0.681);
    font-weight: bold;
    font-size: 20px;
    color: #f0f0f0;
    cursor: pointer;
}

#forgiveMeBack{
    width: 60px;
    height: 60px;
    background: url("/src/images/websites/forgiveMe/back.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
#forgiveMeForward{
    width: 60px;
    height: 60px;
    background: url("/src/images/websites/forgiveMe/forward.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}