@font-face {
  font-family: 'Jura'; /* имя шрифта, которое вы придумали */
  src: url('../font/Jura.woff2') format('woff2'); /* путь к файлу WOFF2 */
   
  
}
* {
  font-family: 'Jura', sans-serif; /* использование своего шрифта для всех элементов */
  -webkit-appearance: none;
}
body{
height: 100vh;
    background: url(../img/se.png);
    color: white;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    align-items: center;
 
    background-color: black;
    margin: 0;
    font-size: calc(1.7em + 1.5vh - 1.5vw);
}
form{
	   display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 30vw;
    min-width: 45vh;
    min-height: 30vh;
    border-radius: 20px;
  
	justify-content: center;
    border: 2px solid #909192;
}
	
div{
	display: flex;
justify-content: space-evenly;
padding: 5px;
margin: 20px;
   align-items: center;
}
label{
padding: 5px;
margin: 10px;}
input{
padding: 5px;
margin: 20px;
min-height: 2.5vh;
border-radius: 20px;
    background: #c1c1c1ab;
	    -webkit-appearance: none;
		outline:none;
		border: 2px solid #909192;
font-size: inherit;

    color: white;
    text-shadow: 2px 2px 2px #444444;
    letter-spacing: 2px;
}

button{
	width: 100px;
    padding: 5px;
	-webkit-appearance: none;
    font-size: inherit;
    min-width: fit-content;
    padding-left: 1em;
    padding-right: 1em;
	-webkit-appearance: none;
 
    background: no-repeat;
    color: white;
    border: 2px solid #909192;
    border-radius: 20px;
}
button:hover{
	color:#426ed7;
}
a{
cursor: pointer;}
a:hover{
	color:#426ed7;
}
p{
	width: fit-content;
    text-align: center;
    letter-spacing: 7px;
   margin: auto;

    padding: 0;
}
.name{
	 font-size: calc(3em + 1.5vh - 1.5vw);
}
cont{

	color:#426ed7;
	opacity:0.95;
display: flex;
    flex-direction: column;
    align-items: center;
}
.slog{
	margin-bottom: 10px;
}
conte{
	    background: #0000009e;
    padding: 30px;
    margin: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;}
img{
transition: 2s;}