* {
    box-sizing: border-box;
}
body {
    background: #16191d;
    text-align: center;
    color: aliceblue;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8rem;
    padding-top: 320px;
}

#logo,
#logook {
    position: absolute;
    top: 150px;
    width: 250px;
    left: 50%;
    margin-left: -125px;
}

#logook{
    opacity: .1;
}

.cursor {
    font-family: 'Anonymous Pro', monospace;
    font-weight: 700;
    color: #4d9b40;
    font-size: 21px;
}

a.last {
    transform: rotate(-3deg);
    z-index: 10;
}

a.first {
    transform: rotate(2deg);
    z-index: 11;
}

a {
    position: relative;
    background: #4d9b40;
    color: #ffffff;
    display: inline-block;
    padding: 0 8px 0 8px;
    font-weight: 700;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
    border:1px solid rgba(0,0,0,.75);
}

a:hover {
    background: rgba(0, 0, 0, .75);
    color: #eee;
    transform: rotate(0deg) scale(1.4);
    z-index: 100;
}

.swal2-input{
    height: 2em!important;
    font-size: 1em!important;
}
.swal2-textarea{
    height: 6em;
}
.swal2-input,
.swal2-textarea {
    margin: .25em auto!important;
}
.swal2-content{
    text-align: left!important;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: .75em;
    background: rgba(0,0,0,.95);
    border:3px solid rgba(255, 255, 255, .25);
    font-family: inherit;
    font-size: 1rem;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, .75),
    0px 14px 18px rgba(0, 0, 0, .35);
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #4d9b40;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: .25em;
    background: rgba(255,255,255,.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    color: inherit;
    font-size: 1.125em;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #4d9b40;
    color: #fff;
    font-size: 1.0625em;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border: 2px solid #cccccc;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
}

@media only screen and (max-width: 600px) {
    body {
        padding-top: 200px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.7rem;
    }

    #logo,
    #logook {
        position: absolute;
        top: 75px;
        width: 180px;
        left: 50%;
        margin-left: -90px;
    }

    #logook {
        opacity: .1;
    }

a.last {
    transform: rotate(0);
}

a.first {
    transform: rotate(0);
}

a {
    
}

a:hover {
    background: rgba(0, 0, 0, .75);
    color: #eee;
    transform: rotate(0deg) scale(1);
    z-index: 100;
}
}