* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    height: 100%;
    background-color: black;
    color: white;
}

.content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto 1fr auto;
    justify-content: center;
    justify-items: center;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
    height: 95vh;
    
}
#telef {
    grid-column: 1;
    grid-row: 1;
    max-width: 320px;
    height: 100px;
    margin-top: 50px;
    font-size: 120%;
    
}
#lable {
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    max-width: 320px;
    height: fit-content;
    margin: 0 auto;
} 
#adress {
    grid-column: 2;
    grid-row: 1;
    max-width: 320px;
    height: 10vh;
    margin: 90px auto 30px auto;
    font-size: 120%;
    
}
#mail {
    grid-column: 3;
    grid-row: 1;
    max-width: 320px;
    height: 100px;
    margin-top: 50px;
    font-size: 120%;
    
    
} 
    a {color: white;}    

        a:hover {
        color: white;
        }
        a:visited {
        color: white;
        }
       

.footer {
    font-size: 120%;
    grid-column: 2;
    grid-row: 4;
}
#main {
    display: inline-block;
    grid-column: 1 / 4;
    grid-row: 2;
    width: max-content;
    text-align: center;
    
    
}
#table {
    width: 640px;
    text-align: center;
    margin: 0 auto;
    
}
td {
  text-align: left;
	padding: 10px;
	border: 2px solid white;
}
 tr {
  text-align: center;
  padding: 10px;
	border: 2px solid white;
 }
  th {
  text-align: center;
  padding: 10px;
	border: 2px solid white;
 }
 #zayavka, #VO {
    margin-top: 20px;
 }