body {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    color: white;
}

video {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            object-fit: cover;
            z-index: -1;
        }


.name {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 20px;
    background-color: black;
}

.title {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px;
    background-color: black;
}

.mail {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 20px;
    background-color: black;
}

.portfolio {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 20px;
    background-color: black;
}


a {
    color: white;
    transition: width 2s, height 2s, transform 2s;
    background-color: black;
}

img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a:hover {
    color: #333333;
}

a:visited {
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 13px !important;
    }
}