@import "../navbar.css";
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #262626;
}
@media screen and (max-width: 555px) {
nav a:not(:first-child) {display: none;}
nav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 555px) {
nav.responsive {position: relative;}
nav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
nav.responsive a {
float: none;
display: block;
text-align: left;
}
}
#card1 {
outline: 3.5px solid #004be0;
text-align: center;
floating: center;
width: 5.5%;
height: 150px;
color: white;
padding: 4.5rem;
border-radius: 5.5px;
transition: 0.5s;
}
#card1:hover {
background-color: #004be0;
cursor: pointer;
transition: 0.5s;
}
.setting {
display: block;
text-align: center;
}
form {
margin-left: 100px;
background-color: blue;
width: 500px;
height: 250px;
border-radius: 15.5px;
}
#submitButton {
border-radius: 5px;
background-color: purple;
border: 0;
height: 40px;
}
input[type=text] {
padding: 5px 10px;
margin-left: 15px;
margin-top: 25px;
border: none;
border-radius: 10px;
height: 30px;
width: 215px;
}
input[type=submit]{
font-family: sans-serif;
}