body {
	font-family: "Righteous";
	font-size: 18px;
	line-height: 1.5;
    font-weight: 700;
	
	background-color: #E0AEE0;
	color: #fff;
    margin-top: 120px;
    margin-bottom: 40px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}


.tool{
    text-align: center;
    padding-bottom: 80px;
}

h1{
    font-size: 54px;
    margin-left: auto;
    margin-right: auto;
}

.output{
    max-width: 820px;
    height: 100px;
    z-index: 2;
    margin-bottom: 100px;
    background-color: #E0AEE0;
}

.output button{
    width: 250px;
    height: 50px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 0;
    
    color: #E0AEE0;
    font-family: "Righteous";
	font-size: 18px;
	line-height: 1.5;
    font-weight: 700;
}

.output button:active{
    background-color: #DAF7A6;
    color: #FFFFFF;
}

.details{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(224, 174, 224, .0);
    z-index: 1;
    font-weight: 300;
    line-height: 1.7;
}

.about{
    margin-top: 0px;
    padding: 20px;
    text-align:left;
}

.about ul{
    list-style-position:inherit;
    text-align: left;
}

.bio{
    margin-top: 50px;
    text-align: center;
}

.bio a{
    text-decoration: none;
    color: #DAF7A6;
}

@media screen and (max-width:440px){
    body {
        margin: 120px auto 40px auto;
        width: 300px;
        font-size: 16px;
    }

    h1{
        font-size: 40px;
    }
    
    .output {
        width: 100%; 
    }
    
}
