@charset "UTF-8";

html{
    font-family:'Arial', sans-serif;
    color:#ffffff; 
    background-color: #000000; 
}

.whosthere{
    margin-top: 100px;
    text-align: center;
    color:#000000; 
}

.call img{
    z-index: -1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
