*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.greet{
	margin-top: 10px;
}
#header{
    height: 10vh;
}
.back{
    height: 50px;
    width: 100%;
    background-color: rgb(47, 47, 47);
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
	position:fixed;
	bottom: 2px;
}
.back a{
    color: white;
    text-decoration: none;
    font-size: 16px;
}
h3{
    height: 60px;
    font-size: 25px;
    text-align: left;
    padding: 40px;
}
.para1{
    height:inherit;
    font-size: 16px;
    width: 100%;
	height:fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}
.para1 p{
    padding-top: 20px;
    padding-bottom: 20px;
    word-spacing: 2px;
}
#regard{
    font-size: 18px;
    font-weight: 300;
}
#team{
    font-size: 20px;
    font-weight: 300;
}
.new
{  
    text-align: center;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
    background-color: #ddd;
}

.home
{
margin-left: 17cm;
}