@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Verdana', sans-serif;
    font-size: 2.5vmin;
}

.header {
	background-color: lightblue;
    width: 100vw;
    height:  93vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:  3em;
    letter-spacing:  5px;
}


.picture {
    width: 10%;
}

.bio {
	font-size:  15px;
    font-size: 2.5vmin;
}



.sns{
    width: 20px;
}

.cr {
	background-color: #012030;
    width: 100vw;
    height: 7vh;
}