* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.unselectable {
    user-select: none;
}

.container {
    margin-top: 32px;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
    height: 92%;
    width: 100%;
    background-color: rgba(223, 223, 223);
    border-left: 2px solid rgba(41, 64, 94);
    border-top: 2px solid rgba(41, 64, 94);
    border-right: 2px solid rgba(41, 64, 94, 0.582);
    border-bottom: 2px solid rgba(41, 64, 94, 0.582);
    outline: 1.2px solid white;
}

.topbar {
    display: inline-block;
}

.icon {
    position: absolute;
    height: 25px;
    top: 0;
    padding-top: 3px;
    padding-left: 5px;
}

.logo {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    border: 1px solid white;
    outline: 1.5px solid rgb(67, 72, 75);
    margin-left: 10px;
    margin-top: 10px;
}

.title {
    position: absolute;
    top: 0;
    padding-top: 3px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: lighter;
}

.topbar .title {
    top: 2px;
}

.name {
    padding-top: 5px;
    font-size: large;
}

.container div div div {
    margin-top: 5px;
}

.container #index:not(button) #holder {
    display: flex;
    margin-bottom: 10px;
}

.sub {
    display: inline-block;
    font-style: italic;
}

.skills {
    display: inline-block;
    font-weight: bold;
    font-size: .8rem;
}

.skill_list, .projects_list {
    margin-left: 10px;
    margin-right: 10px;
}

.project_category {
    margin-top: 5px;
}

.project_category .txt {
    margin: 0;
}

.skill_list div, .projects_list > div {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid white;
    background-color: rgb(201, 199, 199);
    outline: 1.5px solid rgb(67, 72, 75, .5);
    display: flex;
    align-items: center;
}

.projects_list > div {
    height: 60px;
    display: flex;
    flex-direction: row;
}

.skill_list div:hover, .projects_list .hold:hover {
    background-color: rgb(224, 222, 222);
    transition: background-color .5s;
}

.skill_list div:not(:hover), .projects_list .hold:not(:hover) {
    transition: background-color .5s;
}

.skill_list div img, .projects_list .hold img {
    height: 65%;
    margin-left: 5px;
}

.projects_list .holder img {
    border-radius: 6px;
    border: 1px solid white;
    outline: 1.5px solid rgb(67, 72, 75);
    margin-left: 10px;
    height: 75%;
}

.projects_list .redirect {
    position: absolute;
    height: 60px;
    width: 468px;
    opacity: 0;
}

.skill_list div span, .projects_list div span {
    font-size: 1rem;
}

.skill_list .sub, .projects_list .sub {
    opacity: .5;
}

.skill_list p, .projects_list p {
    text-align: center;
    height: 10px;
}

.skill_list .last, .projects_list .last {
    margin-bottom: 30px;
}

.last span {
    background-color: rgba(255, 0, 0, 0.5);
}

.topbar button {
    position: absolute;
    top: .5px;
    right: 7px;
    border: 0;
    width: 50px;
    height: 23px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid rgb(92, 87, 87);
    border-bottom: 1px solid rgb(87, 90, 92);
    border-right: 1px solid rgb(92, 87, 87);
    outline: 1.2px solid white;
    background: #ffa6a6;
    color: white;
    font-size: 1rem;
    font-weight: bolder;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-text-stroke: .6px black;
    background: linear-gradient(0deg, rgba(255, 166, 166, 1) 0%, rgba(242, 104, 104, 1) 15%, rgba(189, 42, 42, 1) 45%, rgba(176, 32, 32, 1) 60%, rgba(255, 201, 201, 1) 100%);
}

.frame#ztx {
    display: flex;
}

.frame#ztx span {
    padding-right: 10px;
}

.frame#ztx .logo {
    background-color: rgb(31, 31, 31);
}

.frame#ztx div {
    display: flex;
    flex-direction: column;
}

.bold {
    font-weight: bold;
}

.hide {
    position: absolute;
    visibility: hidden;
}

.input-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 6px;
}

.input-row input, .input-row textarea {
    position: absolute;
    left: 100px;
}

.input-row:last-child {
    margin-bottom: 35px;
}

#status {
    color: green;
}

#status:not(.y) {
    color: red;
}

form {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1.5px solid rgba(41, 64, 94);
    border-top: 1.5px solid rgba(41, 64, 94);
    border-right: 1.5px solid rgba(41, 64, 94, 0.582);
    border-bottom: 1.5px solid rgba(41, 64, 94, 0.582);
}

span:not(.hl), a {
    padding-left: 10px;
}

.title {
    margin-left: 25px;
}

hr {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px;
}

footer {
    display: flex;
    position: relative;
    justify-content: center;
    height: 20px;
    margin-bottom: 10px;
    gap: 6px
}

footer button {
    border: 1px solid rgb(92, 87, 87);
    border-radius: 5px;
    height: 25px;
    width: 70px;
}

body {
    display: flex;
    overflow: hidden;
    background-color: rgb(34, 34, 34);
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    
    background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi0.wp.com%2Fwallpaperxyz.com%2Fwp-content%2Fuploads%2FGif-Animated-Wallpaper-Background-Full-HD-Free-Download-for-PC-Macbook-261121-Wallpaperxyz.com-19.gif&f=1&nofb=1&ipt=0802ea825b3fe93e96492b07aeeba9e52d175097972b4cb5a082a9978efcdd5d");
}

main {
    height: auto;
    max-height: 480px;
    width: 500px;
    background: #BCCEE6;
    background: linear-gradient(106deg, rgb(168, 188, 214) 0%, rgba(72, 121, 194, 1) 49%, rgba(140, 174, 216, 1) 100%);
    border-radius: 8px;
    border: 1px solid white;
    outline: 1.5px solid rgb(67, 72, 75);

    position: relative;
    display: flex;
    align-items: center;
}

textarea, input[type="text"] {
    resize: none;
    font-size: .9rem;
    width: 60%;
}

input[type="submit"] {
    margin-left: 10px;
    width: 69px;
}

a {
    color: purple;
}

img {
    border-radius: 6px;
}