* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    font-family: 'PT Sans', sans-serif;
    color:#fff;
    background-color: #000;
    height: 100%;
}
.temp_intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.temp_intro img {
	display: block;
	width: 150px;
	margin-top: -50px;
}
.temp_intro .title {
	width: 100%;
    font-size: 100px;
    line-height: 100px;
    border-bottom: 10px solid #000;
    text-align: center;
}
.temp_intro .info {
    width: 100%;
    text-align: center;
    font-size:38px;
}
.temp_intro .phone {
	margin-top: 15px;
	width: 100%;
    text-align: center;
    font-size:18px;
}
.temp_intro .phone br {display: none;}
.temp_intro .phone a {color: #fff; text-decoration: none;}
.temp_intro .phone a:hover {color: #aaa; border-bottom: 1px solid #aaa;}


@media (max-width: 425px)  {
	.temp_intro .title {font-size: 75px;}
	.temp_intro .info {font-size: 30px;}
	.temp_intro .phone {font-size: 16px;}
	.temp_intro .phone br {display: block;}
}

@media (max-width: 350px)  {
	.temp_intro .title {font-size: 70px;}
	.temp_intro .info {font-size: 28px;}
}