video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
main {
    text-align: center;
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 720px) {
    /* For mobile phones: */
    main {
        width: 90%;
    }
}

main p {
    background-color: hsla(155, 100%, 100%, 0.3);
    padding: 5px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 20px;
}
main a {
    color: black;
}

main {
    transform: translate(0, -40px);
    font-family: sans-serif;
}
.profile {
    margin:0 auto;
    height: 300px;
    clip-path: circle(80px at 148px 90px);
    transform: translate(0, 124px);
}
