/* Container and background*/

#profile-container {
  background: none;
}

body {
  background: #33071a;
}

body,
a:hover {
  cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
}

@font-face {
  font-family: heading;
  src: url(https://dl.dropbox.com/s/rqfcoy9hobjqn4p/Montserrat-Light.ttf?dl=0);
}

/* Name */

.name {
  z-index: 2;
  position: center;
  color: #b23145;
  font-family: heading;
  font-size: 23px;

  text-transform: uppercase;
  width: 554px;
  left: auto;
  top: auto;
  text-align: center;
}

/* Image */

.pic {
  z-index: 1;
  position: center;
  background: url(https://github.com/EngulfedMadness/Squam.github.io/blob/main/prevmarv.jpeg?raw=true)
    center;
  background-size: cover;
  border: 2px solid #b23145;
  top: 112px;
  left: 107px;
  height: 266px;
  width: 160px;
}

/* Decorations */

.background {
  z-index: 0;
  position: relative;
  border: 2px solid #b23145;
  background: #531026;
  width: 550px;
  height: 290px;
  left: 95px;
  top: 100px;
}

/* Tabs*/

.tabs {
  position: relative;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

.tab label {
  position: relative;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  float: right;
  margin-left: 10px;
  background: #ecccd4;
  border: 2px solid #b23145;
  height: 8px;
  padding: 5px;
  width: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s linear;
  cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
}

.tab label:hover {
  background: #fff;
  -webkit-transition: all 0.5s linear;
}

[type="radio"]:checked ~ label {
  background: #fff;
  -webkit-transition: all 0.5s linear;
}

.tab [type="radio"] {
  display: none;
}

/* Content */

.content1,
.content2 {
  position: relative;
  top: 50%;
  bottom: -50%;
  left: 50%;
  right: 50%;
  width: 336px;
  height: 250px;
  background: #fff;
  border: 3px solid #fff;
  outline: 2px solid #b23145;
  padding: 5px;
  color: #7a5666;
  font-family: tahoma;
  text-align: justify;
  font-size: 12px;
  overflow: auto;
  z-index: 29;
  -webkit-transition: all 0.3s linear;
}

.content1 {
  z-index: 30;
  opacity: 1;
}

.content2 {
  z-index: 29;
  opacity: 0;
}

[type="radio"]:checked ~ label ~ .content1 {
  z-index: 40;
  -webkit-transition: all 0.3s linear;
}

[type="radio"]:checked ~ label ~ .content2 {
  z-index: 40;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
}

/* Titles*/

h1 {
  position: absolute;
  text-align: center;
  margin-bottom: 6px;
}

h1 span {
  position: absolute;
  z-index: 1;
  font-family: heading;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

h1:before {
  background: #b23145;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  top: 0%;
  width: 100%;
  left: 0%;
}

/* Table*/

table {
  width: 336px;
}

table,
th,
td {
  padding-top: 3px;
  padding-bottom: 4px;
}

td:nth-child(odd) {
  color: #b23145;
  text-align: left;
  font-family: heading;
  font-size: 13px;
  text-transform: uppercase;
}

td:nth-child(even) {
  color: #7a5666;
  text-align: right;
  font-family: tahoma;
  font-size: 12px;
}

/* Slection*/

::selection {
  background: #ecccd4;
}

/*img*/
img {
  border: 2px solid #b23145;
  width: 77px;
  height: 216px;
  object-fit: cover;
  -webkit-transition: all 0.5s linear;
}

img:hover {
  border: 2px solid #7a5666;
}

/* hr */

hr {
  height: 2px;
  border: none;
  background: #b23145;
  width: 80%;
}

/* Scrollbar*/

::-webkit-scrollbar {
  width: 2px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #b23145;
}

::-webkit-scrollbar-track {
  background: none;
}

/* Links*/

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #b23145;
  -webkit-transition: all 0.5s linear;
}

a:hover {
  color: #7a5666;
  -webkit-transition: all 0.5s linear;
  cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
}

/* credit */

.Credit {
  z-index: 0;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 1px solid #b23145;
  padding: 5px;
  background: #7a5666;
  font-family: tahoma;
  line-height: 14px;
  font-size: 12px;
  -webkit-transition: all 1s ease;
}

.Credit:hover {
  background: #b23145;
  border-color: #7a5666;
  -webkit-transition: all 1s ease;
}
