Skip to content
Permalink
91118b94a7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
47 lines (43 sloc) 747 Bytes
body, html{
background-color: white;
}
.container{
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
line-height: 80%;
}
.image{
width: 5%;
height: auto;
}
h1, h3{
font-family: Arial, Helvetica, sans-serif;
color: #8a9496;
}
h1{
font-size: 50px;
}
h3{
font-size: 30px;
}
button{
height: 50px;
margin: 20px 0px;
background-color: #48bce2;
color: white;
font-weight: bolder;
font-family: 'Open Sans';
border: solid white 2px;
font-size: 15px;
color: white;
padding: 10px 25px;
border-radius: 10px;
border: 2px solid #409db2;
}
button:hover{
text-decoration: underline;
}