html{
    width: 100%;
    min-height: 100%;
}
body{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: 500;
    margin: auto;
    padding: 0;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: rgb(37, 37, 37);
    color: rgb(238, 238, 238);
}
.main-content{
    display: none;
    flex-direction: column;
}
.access-menu{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10em;
}
.fuck-u{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.susge-box{
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-direction: center;
    gap: 0.75em;
    padding-block: 1em;
}
#passwordForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1em;
}
.label-access{
    text-transform: uppercase;
    font-size: large;
}
.pwd-field{
    width: 15em;
    height: 2em;
    font-size: large;
    border: none;
    box-sizing: border-box;
    padding-left: 0.5em;
}
.psw-icon{
    position: absolute;
    width: 1.75em;
    height: 1.75em;
    right: 1.5em;
    top: 15.5%;
    cursor: pointer;
}
input[type="submit"]{
    width: fit-content;
    height: fit-content;
    padding-inline: 1.25em;
    padding-block: 0.75em;
    margin-top: 1em;
    font-size: large;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    background-color: #006e0f;
    color: whitesmoke;
    cursor: pointer;
}
input[type="submit"]:hover{
    background-color: #009714;
}
.main-content{
    width: 100%;
}
.top-area{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-inline: 1em;
    justify-content: space-between;
    margin-bottom:1.5em;
}
p{
    font-style: italic;
}
h1{
    text-transform: uppercase;
    font-size:2.5em;
}
.add-me-box{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1em;
    flex-direction: row;
}
.text-area{
    width: 19ch;
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}
.pepehello{
    width: 150px;
    height: auto;
    position: relative;
}
.custom-a{
    padding: 1em;
    color: whitesmoke!important;
    border: 0.2em solid whitesmoke;
    text-decoration: none;
    font-weight: 400;
    border-radius: 1em;
}
.custom-a:hover{
    background-color: whitesmoke;
    color: black!important;
    font-weight: 600;
}
#link_status{
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.del-links{
    height: fit-content;
    width: fit-content;
    padding-block: 1em;
    padding-inline: 1em;
    background-color: rgb(187, 19, 19);
    color: whitesmoke;
    border: none;
    cursor: pointer;
}
.del-links:hover{
    background-color: rgb(94, 1, 1);
}

.main-list {
    width: 100%;
    height: 100%;
    background-color: chartreuse;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    place-content: center;
    box-sizing: border-box;
}
.custom-a {
    width: fit-content;
    text-transform: uppercase;
    padding: 1em;
}
.two-pane-view{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.box{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-box{
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-block: 2em;
}
.images{
    width: 100px;
    height: auto;
}
.container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 30ch);
    place-content: center;
    text-align: center;
    padding-block: 1em;
    gap: 1em;
}
.link-style{
    color: whitesmoke;
    text-decoration: none;
    width: 90%;
    position: relative;
    border-radius: 1em;
    padding: 0.5em;
    padding-block: 0.75em;
    border: 0.1em solid #eee;
    display: flex;
    justify-content: center;
    font-size: larger;
}

a{
    text-transform: uppercase;
}

.is-visited{
    color: #009714;
    border-color: #009714;
}

svg{
    font-size: 1.25em;
    position: absolute;
    right: 0.5em;
    cursor: pointer;
    padding-inline: 0.25em;
}

.div-link-style{
    position:relative;
}
.new{
    /*
    background-color:#560ae4;
    color:white;
    padding-block:0.25em;
    padding-inline:0.35em;
    text-shadow: 0.15em 0.15em #560ae4;
    border-radius:0.25em;
    */
    position:absolute;
    right:0;
    top:-17.5%;
    z-index: 999;
    width: auto;
    height: 40%;
}
.hide{
    display: none;
}