File size: 2,860 Bytes
95765bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407228a
 
95765bd
 
 
407228a
 
95765bd
 
 
 
 
407228a
 
95765bd
 
407228a
 
95765bd
 
407228a
95765bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body{
    font-size: 1.5rem;
    font-family: "Bebas Neue";
    src: url("https://db.onlinewebfonts.com/t/84df7d9c4993a8f1aa0aa40fcb53c8b5.eot");
    src: url("https://db.onlinewebfonts.com/t/84df7d9c4993a8f1aa0aa40fcb53c8b5.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/84df7d9c4993a8f1aa0aa40fcb53c8b5.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/84df7d9c4993a8f1aa0aa40fcb53c8b5.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/84df7d9c4993a8f1aa0aa40fcb53c8b5.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/84df7d9c4993a8f1aa0aa40fcb53c8b5.svg#Azeret Mono Medium")format("svg");
    src: url("https://db.onlinewebfonts.com/t/96d722be8231ee4778d745667de1c5ca.eot");
    src: url("https://db.onlinewebfonts.com/t/96d722be8231ee4778d745667de1c5ca.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/96d722be8231ee4778d745667de1c5ca.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/96d722be8231ee4778d745667de1c5ca.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/96d722be8231ee4778d745667de1c5ca.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/96d722be8231ee4778d745667de1c5ca.svg#Bebas Neue")format("svg");
    color: #45454D;
    background-color: #fff;
}
    header {
    background-color: #5edfff;
    padding: 10px 0;
    text-align: center;
}

nav :hover{

    cursor: pointer;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: #2f6c87;
    opacity: .85;
    text-decoration: none;
    font-weight: bold;
}

#hero {
    text-align: center;
    padding: 50px 0;
    background-color: #b2fcff;
}

#hero h1 p {
    margin: 0;
    color: #144A61;
}


#portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.portfolio-item {
    margin: 10px;
    text-align: center;
}

#contact-form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}

.container{
    text-align: center;
}

.item{
    width: 45rem;height: auto;
}

#contact-form label {
    margin-top: 10px;
}

#contact-form input, #contact-form textarea {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #45454D;
    border-radius: 5px;
}

#contact-form button {
    margin-top: 10px;
    padding: 10px;
    border: none;
    background-color: #FF4893;
    color: #FFF1E9;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s
}

#contact-form button:hover {
    background-color: #45454D;
}

footer {
    margin-top: 2rem;
    text-align: center;
    padding: 1px 0;
    border-radius: 10px;
    background-color: #3e64ff;
    color: #FFF1E9;
    position: auto;
    width: 100%;
    bottom: 0;
}