body {
    background-color: #f0f2fc;
    color: #1b1263;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

header {
    margin-bottom: 60px;
}

.container {
    width: 80%;
    display: inline-block;
    margin-left: 10%;
}

.logo {
    float: left;
    margin-right: 6%;
}

nav {
    display: inline-block;
}

.link {
    text-decoration: none;
    color: #1b1263;
    font-weight: bold;
    margin-right: 20px;
}

.link:hover {
    text-decoration: underline;
}

.link:last-child {
    margin-right: 0;
}

.link.link-box.link-colored {
    background-color: #37ddec;
    border: 2px solid #37ddec;
}

.link.link-box {
    padding: 6px 40px;
    border-radius: 10px;
}

input {
    background-color: #E0E3E5;
    padding: 8px 6px;
    border: none;
    border-radius: 16px;
}

input::placeholder {
    color: #1b1263;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
  }

input:hover, input:focus {
    border: 1.5px solid #1b1263;
    color: #1b1263;
  }

.height {
    font-size: 16px;
    line-height: 16px;
    margin-top: 14px;
}

.login {
    float: right;
    margin-top: 21px;
}

.center {
    text-align: center;
}

h1 {
    font-size: 45px;
    margin: 0 auto;
}

p {
    font-size: 22px;
    margin: 5px auto;
    margin-bottom: 60px;
}

.link.link-box.link-main {
    background-color: #FBD4D1;
    color: #f86b5c;
    border: 2px solid #fbd4d1;
    box-shadow: 0 8px 10px #FBEDED;
}

.top {
    margin-top: 60px;
}

main > img {
    transition: all 5s;
}

main > img:hover {
    transform: rotate(20deg) scale(1.5);
}