
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Tapestry';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://rainbowprismguild.neocities.org/Tapestry-Regular.ttf);
 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://rainbowprismguild.neocities.org/Roboto-VariableFont_wdth,wght.ttf);
  
}
@font-face {
  font-family: 'Jim';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://rainbowprismguild.neocities.org/JimNightshade-Regular.ttf);
  
}

 form {
  max-width: 500px;
  margin: 20px auto; /* Centers the form */
  padding: 20px;
  border: 1px solid #090b0a;
  border-radius: 8px; /* Rounded corners */
  background-color: #e6d9e5 ;
}
input[type=text], input[type=email], input[type=name], textarea {
  width: 100%; /* Makes fields full width of container */
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #090b0a;
  border-radius: 4px;
  box-sizing: border-box; /* Ensures padding doesn't affect width */
}

body {
  margin: 0;
  padding: 30px;
  background: #ffffff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Roboto';
  font-size: 18px;
  color: #3f5873;
}

b {color:#968794;font-family: 'Roboto';}
i {color:#a9becb;font-family: 'Roboto';}

a:link, a:visited, a:active {
text-decoration:none;font-family:'Roboto'; color:#040000; text-transform:none;}

.footer a { color: #090b0a; } /* Standard color */
.footer a:hover { color: #d7efe4; } /* Hover color */

a:hover {
  text-decoration: none;font-family: 'Roboto';color: #d7efe4;text-transform:uppercase;
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e5fac2;
}

::-webkit-scrollbar-thumb {
  background: #c7d8ec;
  border: 2px solid #e5fac2;
}

::-webkit-scrollbar-thumb:hover {
  background: #d5e2f5;
}

.container {
  max-width: 780px;
  margin: auto;
  background: #f4f8fd;
  border: 1px solid #090b0a;
}

.topbar {
  background: #f5d3d5;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #090b0a;
}

.site-name {
  font-size: 24px;
  letter-spacing: 1px;
  font-family: 'Tapestry';
}

.links a {
  color: #090b0a;
  text-decoration: none;
  font-family:'Jim';
}

.links a:hover {
  text-decoration: none;
  color: #d7efe4;
  font-family:'Jim'
}
  .button {
  text-transform: lowercase;
    letter-spacing: 2px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    padding: 4px 6px;
    margin-right: 4px;
    font: 12px 'Roboto';
    color:#0b0b0a;
    border-radius:5px;
    border: #090b0a solid;
}

.button:hover {
  background-color: #d3ebef; 
  color: #0c0e0e;
}

.main-nav {
  background: #e4dae7;
  border-bottom: 1px solid #090b0a;
  padding: 6px 15px;
  display: flex;
  gap: 16px;
  font-size: 19px;
  font-family:'Jim';
}

.main-nav a {
  color: #090b0a;
  text-decoration: none;font-family:'Jim';
}

.main-nav a:hover {
  text-decoration: none;
  color: #d7efe4;
  font-family:'Jim';
}

.main {
  display: flex;
  gap: 20px;
  padding: 20px;
  
}

.sidebar {
  width: 220px;
}

.profile-pic {
  height: 180px;
  background: #fff url(https://rainbowprismguild.neocities.org/image_2026-04-28_122812525.png)
    center / cover;
  border: 1px solid #090b0a;
  margin-bottom: 15px;
}

.box {
  background: #fff;
  border: 1px solid #090b0a;
  padding: 10px;
  margin-bottom: 15px;
}

.side-title {
   background: #d2e6f6;
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: 'Tapestry'
 
}

.content {
  flex: 1;
  border: 1px solid #090b0a;
}

.content-title {
  background: #d2e6f6;
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: 'Tapestry';
 
}

.footer {
  background: #e7fcbd;
  border-top: 1px solid #090b0a;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  color: #0c0d0d;
}


@media (max-width: 768px) {
  .main {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
  }

  
  .main-nav {
    flex-direction: column;
    gap: 8px; 
    align-items: center;    

  }

  
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
.iframe {
  border: none;
}

 