@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--fontgeral);
}

body, html {
    height: 100vh;
    width: 100%;
    background-color: var(--colorgray-three);
    position: relative;
}

h1, h2, #iconmenu, #mainapresentation > p, #cvbutton, #inbutton {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Standard syntax */
}

main h2, #mainapresentation {
    animation: float 1.1s ease-in-out infinite alternate;
}