@font-face{
    font-family: 'myfont';
    src: url('https://fs-im-kefu.7moor-fs1.com/ly/4d2c3f00-7d4c-11e5-af15-41bf63ae4ea0/1739096461135/font.otf');
}
*:focus {
    outline: none;
}
body{
    font-family: 'myfont', sans-serif;
    height:100%;
    background: linear-gradient(45deg,rgba(0,210,255,1), rgba(214,255,0,1), rgb(148, 61, 209), rgba(0,212,255,1));
    background-size:cover;
    background-attachment: fixed;
    text-align:center;
    user-select:none;
}
a{
    text-decoration:none;
}
.link{
    background-color:white;
    border-radius:20px;
    padding:20px;
    font-size:25px;
    color:black;
    font:bold;
    transition:all 0.3s ease-in-out;
}
.link:hover{
    box-shadow:5px 5px 10px rgba(0,0,0,0.3);
    transition:all 0.3s ease-in-out;
}
h1{
    font:bolder;
    font-size:30px;
    text-shadow:5px 5px 10px rgba(0,0,0,0.3);
}