body,
html {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.container {
    width: 100%;
    margin: 50px auto 0px auto;
    z-index: 1;
    position: relative;
    display: flex;
}

.half {
    flex: 1;
}

a {
    color: white;
}

h1 {
    font-size: 3.5rem;
    margin: auto;
    position: absolute;
    width: 1634px;
    height: 235px;
    left: 50%;
    top: 225px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

h2 {
    font-size: 2rem;
    margin: auto;
    position: absolute;
    width: 1108px;
    height: 134px;
    left: 45%;
    top: 335px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-top: 8px;
}

p {
    font-size: 2rem;
    margin: auto;
    position: absolute;
    width: 1108px;
    height: 134px;
    left: 55%;
    top: 450px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}

.icons {
    list-style-type: none;
    position: relative;
}

.icons li {
    float: left;
    font-size: 2rem;
    align-items: center;
    text-align: center;
    left: auto;
    top: 435px;
    position: relative;
    padding: 4px;
}

img {
    position: absolute;
    width: 600px;
    height: 850px;
    left: 0px;
    top: 100px;
    position: relative;
}


/* BOOTSTRAP TEXT */

.HB {
    position: relative;
    display: inline-block;
    border-bottom: black;
}

.HB .HBTEXT {
    visibility: hidden;
    width: 150px;
    background-color: rgb(0, 174, 255);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
    align-items: center;
    left: auto;
    top: 490px;
    margin-left: -55px;
}

.HB:hover .HBTEXT {
    visibility: visible;
}

.HB .HBTEXT::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 174, 255) transparent;
}


/* html */

.HTML {
    position: relative;
    display: inline-block;
    border-bottom: black;
}

.HTML .HTEXT {
    visibility: hidden;
    width: 150px;
    background-color: rgb(0, 174, 255);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
    align-items: center;
    left: auto;
    top: 490px;
    margin-left: -45px;
}

.HTML:hover .HTEXT {
    visibility: visible;
}

.HTML .HTEXT::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 174, 255) transparent;
}


/* CSS TEXT */

.CSS {
    position: relative;
    display: inline-block;
    border-bottom: black;
}

.CSS .CSSTEXT {
    visibility: hidden;
    width: 150px;
    background-color: rgb(0, 174, 255);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
    align-items: center;
    left: auto;
    top: 490px;
    margin-left: -38px;
}

.CSS:hover .CSSTEXT {
    visibility: visible;
}

.CSS .CSSTEXT::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 174, 255) transparent;
}


/* C TREXT */

.C {
    position: relative;
    display: inline-block;
    border-bottom: black;
}

.C .CTEXT {
    visibility: hidden;
    width: 150px;
    background-color: rgb(0, 174, 255);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
    align-items: center;
    left: auto;
    top: 490px;
    margin-left: -30px;
}

.C:hover .CTEXT {
    visibility: visible;
}

.C .CTEXT::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 174, 255) transparent;
}


/* cPP TEXT */

.CPP {
    position: relative;
    display: inline-block;
    border-bottom: black;
}

.CPP .CPPTEXT {
    visibility: hidden;
    width: 150px;
    background-color: rgb(0, 174, 255);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
    align-items: center;
    left: auto;
    top: 490px;
    margin-left: -30px;
}

.CPP:hover .CPPTEXT {
    visibility: visible;
}

.CPP .CPPTEXT::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 174, 255) transparent;
}


/* java text */

.JAVA {
    position: relative;
    display: inline-block;
    border-bottom: black;
}

.JAVA .JTEXT {
    visibility: hidden;
    width: 150px;
    background-color: rgb(0, 174, 255);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
    align-items: center;
    left: auto;
    top: 490px;
    margin-left: -58.9px;
}

.JAVA:hover .JTEXT {
    visibility: visible;
}

.JAVA .JTEXT::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 174, 255) transparent;
}