::-webkit-scrollbar {
    background-color: #f7f7f7;
    border: 1px solid #333;
    visibility: hidden;
    display: none;
  }
  
  ::-moz-scrollbar {
    background-color: #f7f7f7;
    border: 1px solid #333;
    visibility: hidden;
    display: none;
  }

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-user-select: none; /* Prevent text selection */
    margin: 0;
    background-color: #121212;
    color: #ffffff;
}

a {
    transition: color 0.3s ease;
    color: red;
}

a:hover {
    color: rgb(150, 0, 0);
}

.titlecontainer {
    border-bottom: 1px solid #666666;
}


.titlecontainer a {
    display: inline-flex;
    font-size: 24px;
    margin-right: 12px;
}

.titlecontainer img {
    display: inline-flex;
    width: auto;
    height: 34px;
    margin-left: 12px;
    align-content: space-evenly;
    border-radius: 100%;
}

.thetitle {
    display: inline-flex;
    margin: 16px;
}

.thetitle h1 {
    display: inline-flex;
}

.contentheader {
    background-image: url(./background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: 1px solid #666666;
    padding: 100px;
}

.actualcontent {
    border-bottom: 1px solid #666666;
}

.buttons {
    margin: 24px;
}

.socialbtn {
    display: inline-block;
    margin-right: auto;
    transition: color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #88888886;
    border-radius: 12px;
    padding: 14px;
    color: white;
}

.socialbtn a {
    margin-left: 3px;
    text-decoration: none;
    color: white;
}

.socialbtn:hover {
    background-color: #4d4d4d86;
    cursor:pointer;
}

.footer {
    display: inline-block;
    margin: 24px;
    font-size: 15px;
}

.hostedonvercel {
    display: inline-block;
}

.hostedonvercel img {
    display: inline-block;
    width: auto;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.hostedonvercel a {
    display: inline-block;
    color: white;
}

.hostedonvercel p {
    display: inline-block;
}