::-moz-selection {
    background: #fcf110;
    color:white;
}
::selection {
    background: #fcf110;
    color:white;
}
@font-face {
    font-family: Helvetica-Neue;
    src: url("../assets/Fonts/HelveticaNeue-Regular.otf");
}
html{
    cursor: url("../assets/cursor.png"), default;
    cursor: url("../assets/cursor.png"), text;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img {
    transition: opacity 0.5s ease; 
    opacity: 1; 
}
body {
    background-color: black;
}
h1{
    color: white;
    font-family: Helvetica-Neue;
}


/* When the user hovers over the SVG, fade it out */
.worldcorp:hover {
    opacity: 0; /* Fully transparent on hover */
}
.pattern{
    background: transparent url('../assets/dot.png') repeat 0 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
    opacity: 1;
}

#marquee {
    width: 420px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -4.5px;
    font-size: 15px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.clockStyle {
    color:white;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
.mainLinks{
    color: #ea0c7b;
    display:list-item;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}