@font-face {
    font-family: "toxica";
    src: url(fonts/toxica/TOXICA__.TTF);
}

A:hover{cursor: url("imgs/atomicgirlspointer.cur"), auto;}
*{cursor: url(imgs/atomicgirlspointer.cur), auto;}



body {
    background-color: #020202;
}

header {
    text-align: center;
    outline: auto;
    outline-offset: 1px;
    outline-color: #39ff8b;
    color: #020202;
    font-family: toxica;
    font-size: 20pt;
    text-decoration: none;
    background: linear-gradient(to bottom,  rgba(180,255,0,1) 0%,rgba(57,255,139,1) 50%,rgba(180,255,0,1) 50%,rgba(57,255,139,1) 50%,rgba(180,255,0,1) 100%);
    width: 100%;
    margin: 0;
    padding: 25px 0;
}

a {
    color: #020202;
    text-decoration: none;
    font-family: toxica;
}

a:hover {
    color: #568d47;
    text-decoration: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.text1 {
    font-family: toxica;
    font-size: 15pt;
    color: #b4ff00;
    background-color: #020202;
    width: 100%;
    margin: 50px 10;           
    padding: 5px 0;
    outline: #6FD400;
    outline-offset: 1px;
    outline: auto;
}

p {
  margin: 50px 10;
  padding: 5px;
  margin-right: 10%;
  margin-left: 2%;
}

h2 {
    color: #39ff8b;
    text-decoration: underline dashed #8df600;
    text-underline-offset: 15px;
    font-family: toxica;
    margin-left: 2%;

}

button {
    color: #010101;
    background-color: #8df600;
    border-color: #8df600;
    border-radius: 1cm;
    font-size: 15pt;
    font-family: toxica;
}

button:hover {
    color: #010101;
    background-color: #39ff8b;
    border-color: #b4ff00;
    border-radius: 1cm;
    font-size: 15pt;
    font-family: toxica;
    cursor: pointer;
}

footer {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: toxica;
    color: #39ff8b;
    font-size: 15pt;
}

.footer1 {
    color: #39ff8b;
    text-decoration: none;
}

.footer1:hover {
    color: #6FD400;
    text-decoration: none;
}

form {
  margin: 50px 10;
  padding: 5px;
  margin-right: 10%;
  margin-left: 2%;
}

.q {
    font-family: toxica;
    font-size: 15pt;
    color: #39ff8b;
    border-style: dashed;
    background-color: #2e2e2e;
}

.q:hover {
    font-family: toxica;
    font-size: 15pt;
    color: #39ff8b;
    border-style: dashed;
    border-color: #39ff8b;
}

* {
  box-sizing: border-box;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background-color: rgba(66, 66, 66, 0.3);
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.radio-option:hover {
    background-color: rgba(180, 180, 180, 0.2);
}

input [type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #505050;
}


.pictures {
    user-select: none;
    display: flex;
    box-sizing: border-box;
    overflow: auto;
    touch-action: none;
}

.pictures:active {
    cursor: grab;
}

.pictures::-webkit-scrollbar { 
    display: none; 
}

.pictures img {
  width: 400px;
  border-radius: 10px;
  margin-right: 20px;
}

.email {
    color: #39ff8b;
    text-decoration: none;
}

.outfittext {
    margin-left: 50px;
    margin-bottom: 50px;
    
}

outfitimg{
    margin-left: 150px;
    width: 300px;
}

